RHAPI_SessionEvents
Summary
Members | Descriptions |
---|---|
struct FRHAPI_SessionEvents | A list of events that occurred in a session. |
struct FRHAPI_SessionEvents
struct FRHAPI_SessionEvents
: public FRHAPI_Model
A list of events that occurred in a session.
Summary
Members | Descriptions |
---|---|
public TArray< FRHAPI_SessionEvent > Events_Optional | A list of the events that have occurred in a given session. |
public bool Events_IsSet | true if Events_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) const | Writes the data from this object into the specified JSON Writer stream. |
public inline TArray< FRHAPI_SessionEvent > & GetEvents () | Gets the value of Events_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_SessionEvent > & GetEvents () const | Gets the value of Events_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_SessionEvent > & GetEvents (const TArray< FRHAPI_SessionEvent > & DefaultValue) const | Gets the value of Events_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetEvents (TArray< FRHAPI_SessionEvent > & OutValue) const | Fills OutValue with the value of Events_Optional and returns true if it has been set, otherwise returns false. |
public inline TArray< FRHAPI_SessionEvent > * GetEventsOrNull () | Returns a pointer to Events_Optional, if it has been set, otherwise returns nullptr. |
public inline const TArray< FRHAPI_SessionEvent > * GetEventsOrNull () const | Returns a pointer to Events_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetEvents (TArray< FRHAPI_SessionEvent > NewValue) | Sets the value of Events_Optional and also sets Events_IsSet to true. |
public inline void ClearEvents () | Clears the value of Events_Optional and sets Events_IsSet to false. |
Members
public TArray<
FRHAPI_SessionEvent
>
Events_Optional
A list of the events that have occurred in a given session.
public bool
Events_IsSet
true if Events_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 TArray<
FRHAPI_SessionEvent
> &
GetEvents
()
Gets the value of Events_Optional, regardless of it having been set.
public inline const TArray<
FRHAPI_SessionEvent
> &
GetEvents
() const
Gets the value of Events_Optional, regardless of it having been set.
public inline const TArray<
FRHAPI_SessionEvent
> &
GetEvents
(const TArray<
FRHAPI_SessionEvent
> & DefaultValue) const
Gets the value of Events_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool
GetEvents
(TArray<
FRHAPI_SessionEvent
> & OutValue) const
Fills OutValue with the value of Events_Optional and returns true if it has been set, otherwise returns false.
public inline TArray<
FRHAPI_SessionEvent
> *
GetEventsOrNull
()
Returns a pointer to Events_Optional, if it has been set, otherwise returns nullptr.
public inline const TArray<
FRHAPI_SessionEvent
> *
GetEventsOrNull
() const
Returns a pointer to Events_Optional, if it has been set, otherwise returns nullptr.
public inline void
SetEvents
(TArray<
FRHAPI_SessionEvent
> NewValue)
Sets the value of Events_Optional and also sets Events_IsSet to true.
public inline void
ClearEvents
()
Clears the value of Events_Optional and sets Events_IsSet to false.