RHAPI_Friends
Summary
Members | Descriptions |
---|---|
struct FRHAPI_Friends | List of player_uuids to operate on. |
struct FRHAPI_Friends
struct FRHAPI_Friends
: public FRHAPI_Model
List of player_uuids to operate on.
Summary
Members | Descriptions |
---|---|
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) const | Writes 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 () const | Gets 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
(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
(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
()
Gets the value of Friends.
public inline const TArray< FGuid > &
GetFriends
() const
Gets the value of Friends.
public inline void
SetFriends
(TArray< FGuid > NewValue)
Sets the value of Friends.