RHAPI_NotificationCreateResult
Summary
Members | Descriptions |
---|---|
struct FRHAPI_NotificationCreateResult |
struct FRHAPI_NotificationCreateResult
Summary
Members | Descriptions |
---|---|
public FString NotificationId | Unique Identifier for the last notification created. You cannot depend on the format of this string, and it must be considered opaque. |
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 FString & GetNotificationId () | Gets the value of NotificationId. |
public inline const FString & GetNotificationId () const | Gets the value of NotificationId. |
public inline void SetNotificationId (FString NewValue) | Sets the value of NotificationId. |
Members
public FString
NotificationId
Unique Identifier for the last notification created. You cannot depend on the format of this string, and it must be considered opaque.
#### `public virtual bool `[`FromJson`](#structFRHAPI__NotificationCreateResult_1a5a8457b6b75cd0bbf39e89b789a50fa9)`(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__NotificationCreateResult_1a5c75358a5507ce1ca7d2640273faf0a3)`(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 & `[`GetNotificationId`](#structFRHAPI__NotificationCreateResult_1a185596c9052bde6a9bb6a89aa9562073)`()`
Gets the value of NotificationId.
#### `public inline const FString & `[`GetNotificationId`](#structFRHAPI__NotificationCreateResult_1a0db393cd84c4b3a8858fcefc6eb6c04c)`() const`
Gets the value of NotificationId.
#### `public inline void `[`SetNotificationId`](#structFRHAPI__NotificationCreateResult_1af3fd2cd980ce7c6400b136f878f15f67)`(FString NewValue)`
Sets the value of NotificationId.