Skip to content

RHAPI_BlockedList

Summary

MembersDescriptions
struct FRHAPI_BlockedListThe list of players that is blocked.

struct FRHAPI_BlockedList

struct FRHAPI_BlockedList
: public FRHAPI_Model

The list of players that is blocked.

Summary

MembersDescriptions
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) constWrites 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() constGets 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() constGets 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() constGets the value of Page.
public inline void SetPage(FRHAPI_PageMeta NewValue)Sets the value of Page.

Members

public FGuid PlayerUuid


#### `public TArray< `[`FRHAPI_BlockedPlayer`](RHAPI_BlockedPlayer.md#structFRHAPI__BlockedPlayer)` > `[`Blocked`](#structFRHAPI__BlockedList_1a9513852bd685b421e1d530d4c5fef82b)
#### `public `[`FRHAPI_PageMeta`](RHAPI_PageMeta.md#structFRHAPI__PageMeta)` `[`Page`](#structFRHAPI__BlockedList_1a8744288d16432ddc662e34b3390c569a)
#### `public virtual bool `[`FromJson`](#structFRHAPI__BlockedList_1a4777a3c2c7202d9cb8b8d04f433fdb1d)`(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`](#structFRHAPI__BlockedList_1a86a943e21ccd5a660b10343c57622437)`(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 & `[`GetPlayerUuid`](#structFRHAPI__BlockedList_1a5396c01063e705f35bed44517fb57d9e)`()`

Gets the value of PlayerUuid.


#### `public inline const FGuid & `[`GetPlayerUuid`](#structFRHAPI__BlockedList_1a5788033debdec806a353b479d52e3774)`() const`

Gets the value of PlayerUuid.


#### `public inline void `[`SetPlayerUuid`](#structFRHAPI__BlockedList_1a2f8feadf687903ac9945373feaf3dc2f)`(FGuid NewValue)`

Sets the value of PlayerUuid.


#### `public inline TArray< `[`FRHAPI_BlockedPlayer`](RHAPI_BlockedPlayer.md#structFRHAPI__BlockedPlayer)` > & `[`GetBlocked`](#structFRHAPI__BlockedList_1aefc67b5c3763f47afd921a641856edc1)`()`

Gets the value of Blocked.


#### `public inline const TArray< `[`FRHAPI_BlockedPlayer`](RHAPI_BlockedPlayer.md#structFRHAPI__BlockedPlayer)` > & `[`GetBlocked`](#structFRHAPI__BlockedList_1aacc7a644b18e06511b937af710e3134f)`() const`

Gets the value of Blocked.


#### `public inline void `[`SetBlocked`](#structFRHAPI__BlockedList_1aa2edda272be205f770947162306a6dd0)`(TArray< `[`FRHAPI_BlockedPlayer`](RHAPI_BlockedPlayer.md#structFRHAPI__BlockedPlayer)` > NewValue)`

Sets the value of Blocked.


#### `public inline `[`FRHAPI_PageMeta`](RHAPI_PageMeta.md#structFRHAPI__PageMeta)` & `[`GetPage`](#structFRHAPI__BlockedList_1abe000a32ad378198993a9e59888d677a)`()`

Gets the value of Page.


#### `public inline const `[`FRHAPI_PageMeta`](RHAPI_PageMeta.md#structFRHAPI__PageMeta)` & `[`GetPage`](#structFRHAPI__BlockedList_1a7f06d404b524b06615fd6c6ddaaf8e3c)`() const`

Gets the value of Page.


#### `public inline void `[`SetPage`](#structFRHAPI__BlockedList_1a129e7a3334f3898dc780ac2797a96ca5)`(`[`FRHAPI_PageMeta`](RHAPI_PageMeta.md#structFRHAPI__PageMeta)` NewValue)`

Sets the value of Page.