RHAPI_BlockedPlayerV1
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_BlockedPlayerV1 | The player that is being blocked. V1 includes player_id and player_uuid. |
struct FRHAPI_BlockedPlayerV1
struct FRHAPI_BlockedPlayerV1
: public FRHAPI_Model
The player that is being blocked. V1 includes player_id and player_uuid.
Summary
| Members | Descriptions |
|---|---|
public int32 BlockedPlayerId_Optional | |
public bool BlockedPlayerId_IsSet | true if BlockedPlayerId_Optional has been set to a value |
public FGuid BlockedPlayerUuid | |
public FDateTime LastModifiedOn | |
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue) | Fills this object with data from the passed in JSON. |
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const | Writes the data from this object into the specified JSON Writer stream. |
public inline int32 & GetBlockedPlayerId() | Gets the value of BlockedPlayerId_Optional, regardless of it having been set. |
public inline const int32 & GetBlockedPlayerId() const | Gets the value of BlockedPlayerId_Optional, regardless of it having been set. |
public inline const int32 & GetBlockedPlayerId(const int32 & DefaultValue) const | Gets the value of BlockedPlayerId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetBlockedPlayerId(int32 & OutValue) const | Fills OutValue with the value of BlockedPlayerId_Optional and returns true if it has been set, otherwise returns false. |
public inline int32 * GetBlockedPlayerIdOrNull() | Returns a pointer to BlockedPlayerId_Optional, if it has been set, otherwise returns nullptr. |
public inline const int32 * GetBlockedPlayerIdOrNull() const | Returns a pointer to BlockedPlayerId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetBlockedPlayerId(int32 NewValue) | Sets the value of BlockedPlayerId_Optional and also sets BlockedPlayerId_IsSet to true. |
public inline void ClearBlockedPlayerId() | Clears the value of BlockedPlayerId_Optional and sets BlockedPlayerId_IsSet to false. |
public inline bool IsBlockedPlayerIdDefaultValue() const | Returns true if BlockedPlayerId_Optional is set and matches the default value. |
public inline void SetBlockedPlayerIdToDefault() | Sets the value of BlockedPlayerId_Optional to its default and also sets BlockedPlayerId_IsSet to true. |
public inline FGuid & GetBlockedPlayerUuid() | Gets the value of BlockedPlayerUuid. |
public inline const FGuid & GetBlockedPlayerUuid() const | Gets the value of BlockedPlayerUuid. |
public inline void SetBlockedPlayerUuid(FGuid NewValue) | Sets the value of BlockedPlayerUuid. |
public inline FDateTime & GetLastModifiedOn() | Gets the value of LastModifiedOn. |
public inline const FDateTime & GetLastModifiedOn() const | Gets the value of LastModifiedOn. |
public inline void SetLastModifiedOn(FDateTime NewValue) | Sets the value of LastModifiedOn. |
Members
public int32 BlockedPlayerId_Optional
public bool BlockedPlayerId_IsSet
true if BlockedPlayerId_Optional has been set to a value
public FGuid BlockedPlayerUuid
public FDateTime LastModifiedOn
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValueData from the API call.
Returns
true if parsing of the JSON data was successful.
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const
Writes the data from this object into the specified JSON Writer stream.
Parameters
WriterJSON Writer stream to push .
public inline int32 & GetBlockedPlayerId()
Gets the value of BlockedPlayerId_Optional, regardless of it having been set.
public inline const int32 & GetBlockedPlayerId() const
Gets the value of BlockedPlayerId_Optional, regardless of it having been set.
public inline const int32 & GetBlockedPlayerId(const int32 & DefaultValue) const
Gets the value of BlockedPlayerId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetBlockedPlayerId(int32 & OutValue) const
Fills OutValue with the value of BlockedPlayerId_Optional and returns true if it has been set, otherwise returns false.
public inline int32 * GetBlockedPlayerIdOrNull()
Returns a pointer to BlockedPlayerId_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 * GetBlockedPlayerIdOrNull() const
Returns a pointer to BlockedPlayerId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetBlockedPlayerId(int32 NewValue)
Sets the value of BlockedPlayerId_Optional and also sets BlockedPlayerId_IsSet to true.
public inline void ClearBlockedPlayerId()
Clears the value of BlockedPlayerId_Optional and sets BlockedPlayerId_IsSet to false.
public inline bool IsBlockedPlayerIdDefaultValue() const
Returns true if BlockedPlayerId_Optional is set and matches the default value.
public inline void SetBlockedPlayerIdToDefault()
Sets the value of BlockedPlayerId_Optional to its default and also sets BlockedPlayerId_IsSet to true.
public inline FGuid & GetBlockedPlayerUuid()
Gets the value of BlockedPlayerUuid.
public inline const FGuid & GetBlockedPlayerUuid() const
Gets the value of BlockedPlayerUuid.
public inline void SetBlockedPlayerUuid(FGuid NewValue)
Sets the value of BlockedPlayerUuid.
public inline FDateTime & GetLastModifiedOn()
Gets the value of LastModifiedOn.
public inline const FDateTime & GetLastModifiedOn() const
Gets the value of LastModifiedOn.
public inline void SetLastModifiedOn(FDateTime NewValue)
Sets the value of LastModifiedOn.