Skip to main content

RHAPI_UnionCCU

Summary

MembersDescriptions
struct FRHAPI_UnionCCU

struct FRHAPI_UnionCCU

struct FRHAPI_UnionCCU
: public FRHAPI_Model

Summary

MembersDescriptions
public int32 Count
public TArray< FDateTime > Timestamps
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 & GetCount()Gets the value of Count.
public inline const int32 & GetCount() constGets the value of Count.
public inline void SetCount(const int32 & NewValue)Sets the value of Count.
public inline void SetCount(int32 && NewValue)Sets the value of Count using move semantics.
public inline bool IsCountDefaultValue() constReturns true if Count matches the default value.
public inline void SetCountToDefault()Sets the value of Count to its default
public inline TArray< FDateTime > & GetTimestamps()Gets the value of Timestamps.
public inline const TArray< FDateTime > & GetTimestamps() constGets the value of Timestamps.
public inline void SetTimestamps(const TArray< FDateTime > & NewValue)Sets the value of Timestamps.
public inline void SetTimestamps(TArray< FDateTime > && NewValue)Sets the value of Timestamps using move semantics.

Members

public int32 Count

public TArray< FDateTime > Timestamps

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

Gets the value of Count.

public inline const int32 & GetCount() const

Gets the value of Count.

public inline void SetCount(const int32 & NewValue)

Sets the value of Count.

public inline void SetCount(int32 && NewValue)

Sets the value of Count using move semantics.

public inline bool IsCountDefaultValue() const

Returns true if Count matches the default value.

public inline void SetCountToDefault()

Sets the value of Count to its default

public inline TArray< FDateTime > & GetTimestamps()

Gets the value of Timestamps.

public inline const TArray< FDateTime > & GetTimestamps() const

Gets the value of Timestamps.

public inline void SetTimestamps(const TArray< FDateTime > & NewValue)

Sets the value of Timestamps.

public inline void SetTimestamps(TArray< FDateTime > && NewValue)

Sets the value of Timestamps using move semantics.