RHAPI_BlockedPlayer
Summary
Members | Descriptions |
---|---|
struct FRHAPI_BlockedPlayer | The player that is being blocked. |
struct FRHAPI_BlockedPlayer
struct FRHAPI_BlockedPlayer
: public FRHAPI_Model
The player that is being blocked.
Summary
Members | Descriptions |
---|---|
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 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 FGuid
BlockedPlayerUuid
public FDateTime
LastModifiedOn
public virtual bool
FromJson
(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValue
Data 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
Writer
JSON Writer stream to push .
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.