Skip to content

RHAPI_FriendsList

Summary

MembersDescriptions
struct FRHAPI_FriendsListList of the player’s friends. Includes sent friend requests and received friends requests.

struct FRHAPI_FriendsList

struct FRHAPI_FriendsList
: public FRHAPI_Model

List of the player’s friends. Includes sent friend requests and received friends requests.

Summary

MembersDescriptions
public FGuid PlayerUuid
public TArray< FRHAPI_FriendRelationship>Friends
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_FriendRelationship> &GetFriends()Gets the value of Friends.
public inline const TArray< FRHAPI_FriendRelationship> &GetFriends() constGets the value of Friends.
public inline void SetFriends(TArray< FRHAPI_FriendRelationship > NewValue)Sets the value of Friends.
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_FriendRelationship`](RHAPI_FriendRelationship.md#structFRHAPI__FriendRelationship)` > `[`Friends`](#structFRHAPI__FriendsList_1ab0a6ee5eb6e5ebeaaa99474ef95b5af2)
#### `public `[`FRHAPI_PageMeta`](RHAPI_PageMeta.md#structFRHAPI__PageMeta)` `[`Page`](#structFRHAPI__FriendsList_1a6b5c622ef326cc1ecf38070ec82ba6ef)
#### `public virtual bool `[`FromJson`](#structFRHAPI__FriendsList_1ae9e7ad7dadfb8351eb319327d832c9db)`(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__FriendsList_1ada7287c9fe486755ba1170ea84c93716)`(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__FriendsList_1a77a2a4ab921922160437b22c8198fbc1)`()`

Gets the value of PlayerUuid.


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

Gets the value of PlayerUuid.


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

Sets the value of PlayerUuid.


#### `public inline TArray< `[`FRHAPI_FriendRelationship`](RHAPI_FriendRelationship.md#structFRHAPI__FriendRelationship)` > & `[`GetFriends`](#structFRHAPI__FriendsList_1af808143843707a5b8bb1decb82ed8fe0)`()`

Gets the value of Friends.


#### `public inline const TArray< `[`FRHAPI_FriendRelationship`](RHAPI_FriendRelationship.md#structFRHAPI__FriendRelationship)` > & `[`GetFriends`](#structFRHAPI__FriendsList_1a96a0abf9001329b31c2fbc765bb7eb7a)`() const`

Gets the value of Friends.


#### `public inline void `[`SetFriends`](#structFRHAPI__FriendsList_1a7ddc05ee230dfd4ff8bf899bbded2149)`(TArray< `[`FRHAPI_FriendRelationship`](RHAPI_FriendRelationship.md#structFRHAPI__FriendRelationship)` > NewValue)`

Sets the value of Friends.


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

Gets the value of Page.


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

Gets the value of Page.


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

Sets the value of Page.