Skip to content

RHAPI_Friends

Summary

MembersDescriptions
struct FRHAPI_FriendsList of player_uuids to operate on.

struct FRHAPI_Friends

struct FRHAPI_Friends
: public FRHAPI_Model

List of player_uuids to operate on.

Summary

MembersDescriptions
public TArray< FGuid > Friends
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 TArray< FGuid > & GetFriends()Gets the value of Friends.
public inline const TArray< FGuid > & GetFriends() constGets the value of Friends.
public inline void SetFriends(TArray< FGuid > NewValue)Sets the value of Friends.

Members

public TArray< FGuid > Friends


#### `public virtual bool `[`FromJson`](#structFRHAPI__Friends_1a2152501b5c331a83faa6ec4568bb4e6e)`(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__Friends_1af95449c0a783a3f9f4df4427ce0e2795)`(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 TArray< FGuid > & `[`GetFriends`](#structFRHAPI__Friends_1a90e54fe391000709ed7ca117cb038450)`()`

Gets the value of Friends.


#### `public inline const TArray< FGuid > & `[`GetFriends`](#structFRHAPI__Friends_1ac3c7f96b76e832180c243bc2ea2827d8)`() const`

Gets the value of Friends.


#### `public inline void `[`SetFriends`](#structFRHAPI__Friends_1a861988577c02b9cc1249c56736dab122)`(TArray< FGuid > NewValue)`

Sets the value of Friends.