Skip to main content

RHAPI_RankData

Summary

MembersDescriptions
struct FRHAPI_RankData

struct FRHAPI_RankData

struct FRHAPI_RankData
: public FRHAPI_Model

Summary

MembersDescriptions
public FString RankUuidUUID for this rank.
public float Mu_OptionalTicket's group mu for this rank.
public bool Mu_IsSettrue if Mu_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 FString & GetRankUuid()Gets the value of RankUuid.
public inline const FString & GetRankUuid() constGets the value of RankUuid.
public inline void SetRankUuid(const FString & NewValue)Sets the value of RankUuid.
public inline void SetRankUuid(FString && NewValue)Sets the value of RankUuid using move semantics.
public inline float & GetMu()Gets the value of Mu_Optional, regardless of it having been set.
public inline const float & GetMu() constGets the value of Mu_Optional, regardless of it having been set.
public inline const float & GetMu(const float & DefaultValue) constGets the value of Mu_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetMu(float & OutValue) constFills OutValue with the value of Mu_Optional and returns true if it has been set, otherwise returns false.
public inline float * GetMuOrNull()Returns a pointer to Mu_Optional, if it has been set, otherwise returns nullptr.
public inline const float * GetMuOrNull() constReturns a pointer to Mu_Optional, if it has been set, otherwise returns nullptr.
public inline void SetMu(const float & NewValue)Sets the value of Mu_Optional and also sets Mu_IsSet to true.
public inline void SetMu(float && NewValue)Sets the value of Mu_Optional and also sets Mu_IsSet to true using move semantics.
public inline void ClearMu()Clears the value of Mu_Optional and sets Mu_IsSet to false.
public inline bool IsMuSet() constChecks whether Mu_Optional has been set.

Members

public FString RankUuid

UUID for this rank.

public float Mu_Optional

Ticket's group mu for this rank.

public bool Mu_IsSet

true if Mu_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 FString & GetRankUuid()

Gets the value of RankUuid.

public inline const FString & GetRankUuid() const

Gets the value of RankUuid.

public inline void SetRankUuid(const FString & NewValue)

Sets the value of RankUuid.

public inline void SetRankUuid(FString && NewValue)

Sets the value of RankUuid using move semantics.

public inline float & GetMu()

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

public inline const float & GetMu() const

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

public inline const float & GetMu(const float & DefaultValue) const

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

public inline bool GetMu(float & OutValue) const

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

public inline float * GetMuOrNull()

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

public inline const float * GetMuOrNull() const

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

public inline void SetMu(const float & NewValue)

Sets the value of Mu_Optional and also sets Mu_IsSet to true.

public inline void SetMu(float && NewValue)

Sets the value of Mu_Optional and also sets Mu_IsSet to true using move semantics.

public inline void ClearMu()

Clears the value of Mu_Optional and sets Mu_IsSet to false.

public inline bool IsMuSet() const

Checks whether Mu_Optional has been set.