RHAPI_PlayerUuidFromId
Summary
Members | Descriptions |
---|---|
struct FRHAPI_PlayerUuidFromId | Model for getting a player UUID from a player ID. |
struct FRHAPI_PlayerUuidFromId
struct FRHAPI_PlayerUuidFromId
: public FRHAPI_Model
Model for getting a player UUID from a player ID.
Summary
Members | Descriptions |
---|---|
public FGuid Uuid | Player UUID. |
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 FGuid & GetUuid () | Gets the value of Uuid. |
public inline const FGuid & GetUuid () const | Gets the value of Uuid. |
public inline void SetUuid (FGuid NewValue) | Sets the value of Uuid. |
Members
public FGuid
Uuid
Player UUID.
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 FGuid &
GetUuid
()
Gets the value of Uuid.
public inline const FGuid &
GetUuid
() const
Gets the value of Uuid.
public inline void
SetUuid
(FGuid NewValue)
Sets the value of Uuid.