RHAPI_PlayerIdWrapper
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PlayerIdWrapper | Model for getting a player ID from a player UUID. |
struct FRHAPI_PlayerIdWrapper
struct FRHAPI_PlayerIdWrapper
: public FRHAPI_Model
Model for getting a player ID from a player UUID.
Summary
| Members | Descriptions |
|---|---|
public int32 PlayerId | Player ID. |
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 int32 & GetPlayerId() | Gets the value of PlayerId. |
public inline const int32 & GetPlayerId() const | Gets the value of PlayerId. |
public inline void SetPlayerId(int32 NewValue) | Sets the value of PlayerId. |
public inline bool IsPlayerIdDefaultValue() const | Returns true if PlayerId matches the default value. |
public inline void SetPlayerIdToDefault() | Sets the value of PlayerId to its default |
Members
public int32 PlayerId
Player ID.
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 int32 & GetPlayerId()
Gets the value of PlayerId.
public inline const int32 & GetPlayerId() const
Gets the value of PlayerId.
public inline void SetPlayerId(int32 NewValue)
Sets the value of PlayerId.
public inline bool IsPlayerIdDefaultValue() const
Returns true if PlayerId matches the default value.
public inline void SetPlayerIdToDefault()
Sets the value of PlayerId to its default