RHAPI_FriendsV1
RHAPI_FriendsV1
Summary
Members | Descriptions |
---|---|
struct FRHAPI_FriendsV1 | List of player_ids to operate on. |
struct FRHAPI_FriendsV1
struct FRHAPI_FriendsV1
: public FRHAPI_Model
List of player_ids to operate on.
Summary
Members | Descriptions |
---|---|
public TArray< int32 > 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) const | Writes the data from this object into the specified JSON Writer stream. |
public inline TArray< int32 > & GetFriends () | Gets the value of Friends. |
public inline const TArray< int32 > & GetFriends () const | Gets the value of Friends. |
public inline void SetFriends (TArray< int32 > NewValue) | Sets the value of Friends. |
Members
public TArray< int32 >
Friends
#### `public virtual bool `[`FromJson`](#structFRHAPI__FriendsV1_1a71308d979e7b7568d7f804f832cc899f)`(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__FriendsV1_1a1e7d9580550c971346cedc2f3e9b9df0)`(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< int32 > & `[`GetFriends`](#structFRHAPI__FriendsV1_1a3c23848f4395c361cde091e1bc56d7f6)`()`
Gets the value of Friends.
#### `public inline const TArray< int32 > & `[`GetFriends`](#structFRHAPI__FriendsV1_1a0ec1becb88da49d89a122b5d91c3a172)`() const`
Gets the value of Friends.
#### `public inline void `[`SetFriends`](#structFRHAPI__FriendsV1_1a3a86db8797363e9c81019d3c24d2056f)`(TArray< int32 > NewValue)`
Sets the value of Friends.