RHAPI_AuditResponse
Summary
Members | Descriptions |
---|---|
struct FRHAPI_AuditResponse |
struct FRHAPI_AuditResponse
Summary
Members | Descriptions |
---|---|
public TArray< FRHAPI_AuditEvent > Events_Optional | List of audit events. |
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_AuditEvent > & GetEvents () | Gets the value of Events_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_AuditEvent > & GetEvents () const | Gets the value of Events_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_AuditEvent > & GetEvents (const TArray< FRHAPI_AuditEvent > & DefaultValue) const | Gets the value of Events_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetEvents (TArray< FRHAPI_AuditEvent > & 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_AuditEvent > * GetEventsOrNull () | Returns a pointer to Events_Optional, if it has been set, otherwise returns nullptr. |
public inline const TArray< FRHAPI_AuditEvent > * GetEventsOrNull () const | Returns a pointer to Events_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetEvents (TArray< FRHAPI_AuditEvent > 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_AuditEvent
>
Events_Optional
List of audit events.
#### `public bool `[`Events_IsSet`](#structFRHAPI__AuditResponse_1a834f04fc0bfc79f0a5403a2bdb5343e4)
true if Events_Optional has been set to a value
#### `public virtual bool `[`FromJson`](#structFRHAPI__AuditResponse_1a6b1d8e00115d0af3642e3654ddb8ae2e)`(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`](#structFRHAPI__AuditResponse_1aefaf086f9ecd11a96a3802ca840f0913)`(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_AuditEvent`](RHAPI_AuditEvent.md#structFRHAPI__AuditEvent)` > & `[`GetEvents`](#structFRHAPI__AuditResponse_1a9c47a8f6fb9455bd3a3f7c35fd068bed)`()`
Gets the value of Events_Optional, regardless of it having been set.
#### `public inline const TArray< `[`FRHAPI_AuditEvent`](RHAPI_AuditEvent.md#structFRHAPI__AuditEvent)` > & `[`GetEvents`](#structFRHAPI__AuditResponse_1a53883b3afa1209ac7f3c14c326152c58)`() const`
Gets the value of Events_Optional, regardless of it having been set.
#### `public inline const TArray< `[`FRHAPI_AuditEvent`](RHAPI_AuditEvent.md#structFRHAPI__AuditEvent)` > & `[`GetEvents`](#structFRHAPI__AuditResponse_1a11e351f4a045e7956a687b60d5749ad6)`(const TArray< `[`FRHAPI_AuditEvent`](RHAPI_AuditEvent.md#structFRHAPI__AuditEvent)` > & DefaultValue) const`
Gets the value of Events_Optional, if it has been set, otherwise it returns DefaultValue.
#### `public inline bool `[`GetEvents`](#structFRHAPI__AuditResponse_1a54619a970eab628532d824f00b86bec2)`(TArray< `[`FRHAPI_AuditEvent`](RHAPI_AuditEvent.md#structFRHAPI__AuditEvent)` > & 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_AuditEvent`](RHAPI_AuditEvent.md#structFRHAPI__AuditEvent)` > * `[`GetEventsOrNull`](#structFRHAPI__AuditResponse_1a3689b0913287565818fa460335653631)`()`
Returns a pointer to Events_Optional, if it has been set, otherwise returns nullptr.
#### `public inline const TArray< `[`FRHAPI_AuditEvent`](RHAPI_AuditEvent.md#structFRHAPI__AuditEvent)` > * `[`GetEventsOrNull`](#structFRHAPI__AuditResponse_1a42399b7daf2f70bf8283ce685143a94d)`() const`
Returns a pointer to Events_Optional, if it has been set, otherwise returns nullptr.
#### `public inline void `[`SetEvents`](#structFRHAPI__AuditResponse_1a9e2bb99293575fdbf783c14ceee024e6)`(TArray< `[`FRHAPI_AuditEvent`](RHAPI_AuditEvent.md#structFRHAPI__AuditEvent)` > NewValue)`
Sets the value of Events_Optional and also sets Events_IsSet to true.
#### `public inline void `[`ClearEvents`](#structFRHAPI__AuditResponse_1a528133fb879ffc3d42ea118bd82c83c2)`()`
Clears the value of Events_Optional and sets Events_IsSet to false.