Skip to main content

RHAPI_PexCount

Summary

MembersDescriptions
struct FRHAPI_PexCount

struct FRHAPI_PexCount

struct FRHAPI_PexCount
: public FRHAPI_Model

Summary

MembersDescriptions
public float Count_Optional
public bool Count_IsSettrue if Count_Optional has been set to a value
public bool Count_IsNulltrue if Count_Optional has been explicitly set to null
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 float & GetCount()Gets the value of Count_Optional, regardless of it having been set.
public inline const float & GetCount() constGets the value of Count_Optional, regardless of it having been set.
public inline const float & GetCount(const float & DefaultValue) constGets the value of Count_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetCount(float & OutValue) constFills OutValue with the value of Count_Optional and returns true if it has been set, otherwise returns false.
public inline float * GetCountOrNull()Returns a pointer to Count_Optional, if it has been set, otherwise returns nullptr.
public inline const float * GetCountOrNull() constReturns a pointer to Count_Optional, if it has been set, otherwise returns nullptr.
public inline void SetCount(const float & NewValue)Sets the value of Count_Optional and also sets Count_IsSet to true.
public inline void SetCount(float && NewValue)Sets the value of Count_Optional and also sets Count_IsSet to true using move semantics.
public inline void ClearCount()Clears the value of Count_Optional and sets Count_IsSet to false.
public inline bool IsCountSet() constChecks whether Count_Optional has been set.
public inline void SetCountToNull()Sets the value explicitly to be treated as null.
public inline bool IsCountNull() constChecks whether Count_Optional is set to null.

Members

public float Count_Optional

public bool Count_IsSet

true if Count_Optional has been set to a value

public bool Count_IsNull

true if Count_Optional has been explicitly set to null

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 float & GetCount()

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

public inline const float & GetCount() const

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

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

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

public inline bool GetCount(float & OutValue) const

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

public inline float * GetCountOrNull()

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

public inline const float * GetCountOrNull() const

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

public inline void SetCount(const float & NewValue)

Sets the value of Count_Optional and also sets Count_IsSet to true.

public inline void SetCount(float && NewValue)

Sets the value of Count_Optional and also sets Count_IsSet to true using move semantics.

public inline void ClearCount()

Clears the value of Count_Optional and sets Count_IsSet to false.

public inline bool IsCountSet() const

Checks whether Count_Optional has been set.

public inline void SetCountToNull()

Sets the value explicitly to be treated as null.

public inline bool IsCountNull() const

Checks whether Count_Optional is set to null.