RHAPI_BlockedList
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_BlockedList | The list of players that is blocked. |
struct FRHAPI_BlockedList
struct FRHAPI_BlockedList
: public FRHAPI_Model
The list of players that is blocked.
Summary
| Members | Descriptions |
|---|---|
public FGuid PlayerUuid | |
public TArray< FRHAPI_BlockedPlayer>Blocked | |
public FRHAPI_PageMeta Page | |
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 & GetPlayerUuid() | Gets the value of PlayerUuid. |
public inline const FGuid & GetPlayerUuid() const | Gets the value of PlayerUuid. |
public inline void SetPlayerUuid(FGuid NewValue) | Sets the value of PlayerUuid. |
public inline TArray< FRHAPI_BlockedPlayer> &GetBlocked() | Gets the value of Blocked. |
public inline const TArray< FRHAPI_BlockedPlayer> &GetBlocked() const | Gets the value of Blocked. |
public inline void SetBlocked(TArray< FRHAPI_BlockedPlayer > NewValue) | Sets the value of Blocked. |
public inline FRHAPI_PageMeta&GetPage() | Gets the value of Page. |
public inline const FRHAPI_PageMeta&GetPage() const | Gets the value of Page. |
public inline void SetPage(FRHAPI_PageMeta NewValue) | Sets the value of Page. |
Members
public FGuid PlayerUuid
public TArray< FRHAPI_BlockedPlayer>Blocked
public FRHAPI_PageMeta Page
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 FGuid & GetPlayerUuid()
Gets the value of PlayerUuid.
public inline const FGuid & GetPlayerUuid() const
Gets the value of PlayerUuid.
public inline void SetPlayerUuid(FGuid NewValue)
Sets the value of PlayerUuid.
public inline TArray< FRHAPI_BlockedPlayer> &GetBlocked()
Gets the value of Blocked.
public inline const TArray< FRHAPI_BlockedPlayer> &GetBlocked() const
Gets the value of Blocked.
public inline void SetBlocked(TArray< FRHAPI_BlockedPlayer > NewValue)
Sets the value of Blocked.
public inline FRHAPI_PageMeta&GetPage()
Gets the value of Page.
public inline const FRHAPI_PageMeta&GetPage() const
Gets the value of Page.
public inline void SetPage(FRHAPI_PageMeta NewValue)
Sets the value of Page.