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(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 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.