Skip to main content

RHAPI_PlayerStatsResponse

Summary

MembersDescriptions
struct FRHAPI_PlayerStatsResponse

struct FRHAPI_PlayerStatsResponse

struct FRHAPI_PlayerStatsResponse
: public FRHAPI_Model

Summary

MembersDescriptions
public int32 TotalMatchesPlayed_Optional
public bool TotalMatchesPlayed_IsSettrue if TotalMatchesPlayed_Optional has been set to a value
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) constWrites the data from this object into the specified JSON Writer stream.
public inline int32 & GetTotalMatchesPlayed()Gets the value of TotalMatchesPlayed_Optional, regardless of it having been set.
public inline const int32 & GetTotalMatchesPlayed() constGets the value of TotalMatchesPlayed_Optional, regardless of it having been set.
public inline const int32 & GetTotalMatchesPlayed(const int32 & DefaultValue) constGets the value of TotalMatchesPlayed_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetTotalMatchesPlayed(int32 & OutValue) constFills OutValue with the value of TotalMatchesPlayed_Optional and returns true if it has been set, otherwise returns false.
public inline int32 * GetTotalMatchesPlayedOrNull()Returns a pointer to TotalMatchesPlayed_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 * GetTotalMatchesPlayedOrNull() constReturns a pointer to TotalMatchesPlayed_Optional, if it has been set, otherwise returns nullptr.
public inline void SetTotalMatchesPlayed(const int32 & NewValue)Sets the value of TotalMatchesPlayed_Optional and also sets TotalMatchesPlayed_IsSet to true.
public inline void SetTotalMatchesPlayed(int32 && NewValue)Sets the value of TotalMatchesPlayed_Optional and also sets TotalMatchesPlayed_IsSet to true using move semantics.
public inline void ClearTotalMatchesPlayed()Clears the value of TotalMatchesPlayed_Optional and sets TotalMatchesPlayed_IsSet to false.
public inline bool IsTotalMatchesPlayedSet() constChecks whether TotalMatchesPlayed_Optional has been set.
public inline bool IsTotalMatchesPlayedDefaultValue() constReturns true if TotalMatchesPlayed_Optional is set and matches the default value.
public inline void SetTotalMatchesPlayedToDefault()Sets the value of TotalMatchesPlayed_Optional to its default and also sets TotalMatchesPlayed_IsSet to true.

Members

public int32 TotalMatchesPlayed_Optional

public bool TotalMatchesPlayed_IsSet

true if TotalMatchesPlayed_Optional has been set to a value

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 int32 & GetTotalMatchesPlayed()

Gets the value of TotalMatchesPlayed_Optional, regardless of it having been set.

public inline const int32 & GetTotalMatchesPlayed() const

Gets the value of TotalMatchesPlayed_Optional, regardless of it having been set.

public inline const int32 & GetTotalMatchesPlayed(const int32 & DefaultValue) const

Gets the value of TotalMatchesPlayed_Optional, if it has been set, otherwise it returns DefaultValue.

public inline bool GetTotalMatchesPlayed(int32 & OutValue) const

Fills OutValue with the value of TotalMatchesPlayed_Optional and returns true if it has been set, otherwise returns false.

public inline int32 * GetTotalMatchesPlayedOrNull()

Returns a pointer to TotalMatchesPlayed_Optional, if it has been set, otherwise returns nullptr.

public inline const int32 * GetTotalMatchesPlayedOrNull() const

Returns a pointer to TotalMatchesPlayed_Optional, if it has been set, otherwise returns nullptr.

public inline void SetTotalMatchesPlayed(const int32 & NewValue)

Sets the value of TotalMatchesPlayed_Optional and also sets TotalMatchesPlayed_IsSet to true.

public inline void SetTotalMatchesPlayed(int32 && NewValue)

Sets the value of TotalMatchesPlayed_Optional and also sets TotalMatchesPlayed_IsSet to true using move semantics.

public inline void ClearTotalMatchesPlayed()

Clears the value of TotalMatchesPlayed_Optional and sets TotalMatchesPlayed_IsSet to false.

public inline bool IsTotalMatchesPlayedSet() const

Checks whether TotalMatchesPlayed_Optional has been set.

public inline bool IsTotalMatchesPlayedDefaultValue() const

Returns true if TotalMatchesPlayed_Optional is set and matches the default value.

public inline void SetTotalMatchesPlayedToDefault()

Sets the value of TotalMatchesPlayed_Optional to its default and also sets TotalMatchesPlayed_IsSet to true.