RHAPI_EntitlementEventRequest
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_EntitlementEventRequest |
struct FRHAPI_EntitlementEventRequest
struct FRHAPI_EntitlementEventRequest
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public ERHAPI_EntitlementActionType ActionType | The type of the event. |
public ERHAPI_EntitlementEventStatus Status_Optional | The status of the event. |
public bool Status_IsSet | true if Status_Optional has been set to a value |
public FGuid PlayerUuid_Optional | Override the player UUID for the event. If not provided, the active player for the platform user will be used. |
public bool PlayerUuid_IsSet | true if PlayerUuid_Optional has been set to a value |
public ERHAPI_Platform Platform | The platform for the event. |
public FString PlatformUserId | The platform user ID for the event. |
public FString Sku | The SKU for the event. |
public int32 Quantity_Optional | The quantity for the event. |
public bool Quantity_IsSet | true if Quantity_Optional has been set to a value |
public FString PlatformTransactionId | The external transaction ID for the event. |
public FRHAPI_JsonObject PlatformData_Optional | The platform specific data for the event. |
public bool PlatformData_IsSet | true if PlatformData_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 ERHAPI_EntitlementActionType & GetActionType() | Gets the value of ActionType. |
public inline const ERHAPI_EntitlementActionType & GetActionType() const | Gets the value of ActionType. |
public inline void SetActionType(const ERHAPI_EntitlementActionType & NewValue) | Sets the value of ActionType. |
public inline void SetActionType(ERHAPI_EntitlementActionType && NewValue) | Sets the value of ActionType using move semantics. |
public inline ERHAPI_EntitlementEventStatus & GetStatus() | Gets the value of Status_Optional, regardless of it having been set. |
public inline const ERHAPI_EntitlementEventStatus & GetStatus() const | Gets the value of Status_Optional, regardless of it having been set. |
public inline const ERHAPI_EntitlementEventStatus & GetStatus(const ERHAPI_EntitlementEventStatus & DefaultValue) const | Gets the value of Status_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetStatus(ERHAPI_EntitlementEventStatus & OutValue) const | Fills OutValue with the value of Status_Optional and returns true if it has been set, otherwise returns false. |
public inline ERHAPI_EntitlementEventStatus * GetStatusOrNull() | Returns a pointer to Status_Optional, if it has been set, otherwise returns nullptr. |
public inline const ERHAPI_EntitlementEventStatus * GetStatusOrNull() const | Returns a pointer to Status_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetStatus(const ERHAPI_EntitlementEventStatus & NewValue) | Sets the value of Status_Optional and also sets Status_IsSet to true. |
public inline void SetStatus(ERHAPI_EntitlementEventStatus && NewValue) | Sets the value of Status_Optional and also sets Status_IsSet to true using move semantics. |
public inline void ClearStatus() | Clears the value of Status_Optional and sets Status_IsSet to false. |
public inline bool IsStatusSet() const | Checks whether Status_Optional has been set. |
public inline FGuid & GetPlayerUuid() | Gets the value of PlayerUuid_Optional, regardless of it having been set. |
public inline const FGuid & GetPlayerUuid() const | Gets the value of PlayerUuid_Optional, regardless of it having been set. |
public inline const FGuid & GetPlayerUuid(const FGuid & DefaultValue) const | Gets the value of PlayerUuid_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetPlayerUuid(FGuid & OutValue) const | Fills OutValue with the value of PlayerUuid_Optional and returns true if it has been set, otherwise returns false. |
public inline FGuid * GetPlayerUuidOrNull() | Returns a pointer to PlayerUuid_Optional, if it has been set, otherwise returns nullptr. |
public inline const FGuid * GetPlayerUuidOrNull() const | Returns a pointer to PlayerUuid_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetPlayerUuid(const FGuid & NewValue) | Sets the value of PlayerUuid_Optional and also sets PlayerUuid_IsSet to true. |
public inline void SetPlayerUuid(FGuid && NewValue) | Sets the value of PlayerUuid_Optional and also sets PlayerUuid_IsSet to true using move semantics. |
public inline void ClearPlayerUuid() | Clears the value of PlayerUuid_Optional and sets PlayerUuid_IsSet to false. |
public inline bool IsPlayerUuidSet() const | Checks whether PlayerUuid_Optional has been set. |
public inline ERHAPI_Platform & GetPlatform() | Gets the value of Platform. |
public inline const ERHAPI_Platform & GetPlatform() const | Gets the value of Platform. |
public inline void SetPlatform(const ERHAPI_Platform & NewValue) | Sets the value of Platform. |
public inline void SetPlatform(ERHAPI_Platform && NewValue) | Sets the value of Platform using move semantics. |
public inline FString & GetPlatformUserId() | Gets the value of PlatformUserId. |
public inline const FString & GetPlatformUserId() const | Gets the value of PlatformUserId. |
public inline void SetPlatformUserId(const FString & NewValue) | Sets the value of PlatformUserId. |
public inline void SetPlatformUserId(FString && NewValue) | Sets the value of PlatformUserId using move semantics. |
public inline FString & GetSku() | Gets the value of Sku. |
public inline const FString & GetSku() const | Gets the value of Sku. |
public inline void SetSku(const FString & NewValue) | Sets the value of Sku. |
public inline void SetSku(FString && NewValue) | Sets the value of Sku using move semantics. |
public inline int32 & GetQuantity() | Gets the value of Quantity_Optional, regardless of it having been set. |
public inline const int32 & GetQuantity() const | Gets the value of Quantity_Optional, regardless of it having been set. |
public inline const int32 & GetQuantity(const int32 & DefaultValue) const | Gets the value of Quantity_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetQuantity(int32 & OutValue) const | Fills OutValue with the value of Quantity_Optional and returns true if it has been set, otherwise returns false. |
public inline int32 * GetQuantityOrNull() | Returns a pointer to Quantity_Optional, if it has been set, otherwise returns nullptr. |
public inline const int32 * GetQuantityOrNull() const | Returns a pointer to Quantity_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetQuantity(const int32 & NewValue) | Sets the value of Quantity_Optional and also sets Quantity_IsSet to true. |
public inline void SetQuantity(int32 && NewValue) | Sets the value of Quantity_Optional and also sets Quantity_IsSet to true using move semantics. |
public inline void ClearQuantity() | Clears the value of Quantity_Optional and sets Quantity_IsSet to false. |
public inline bool IsQuantitySet() const | Checks whether Quantity_Optional has been set. |
public inline bool IsQuantityDefaultValue() const | Returns true if Quantity_Optional is set and matches the default value. |
public inline void SetQuantityToDefault() | Sets the value of Quantity_Optional to its default and also sets Quantity_IsSet to true. |
public inline FString & GetPlatformTransactionId() | Gets the value of PlatformTransactionId. |
public inline const FString & GetPlatformTransactionId() const | Gets the value of PlatformTransactionId. |
public inline void SetPlatformTransactionId(const FString & NewValue) | Sets the value of PlatformTransactionId. |
public inline void SetPlatformTransactionId(FString && NewValue) | Sets the value of PlatformTransactionId using move semantics. |
public inline FRHAPI_JsonObject&GetPlatformData() | Gets the value of PlatformData_Optional, regardless of it having been set. |
public inline const FRHAPI_JsonObject&GetPlatformData() const | Gets the value of PlatformData_Optional, regardless of it having been set. |
public inline const FRHAPI_JsonObject&GetPlatformData(const FRHAPI_JsonObject & DefaultValue) const | Gets the value of PlatformData_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetPlatformData(FRHAPI_JsonObject & OutValue) const | Fills OutValue with the value of PlatformData_Optional and returns true if it has been set, otherwise returns false. |
public inline FRHAPI_JsonObject*GetPlatformDataOrNull() | Returns a pointer to PlatformData_Optional, if it has been set, otherwise returns nullptr. |
public inline const FRHAPI_JsonObject*GetPlatformDataOrNull() const | Returns a pointer to PlatformData_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetPlatformData(const FRHAPI_JsonObject & NewValue) | Sets the value of PlatformData_Optional and also sets PlatformData_IsSet to true. |
public inline void SetPlatformData(FRHAPI_JsonObject && NewValue) | Sets the value of PlatformData_Optional and also sets PlatformData_IsSet to true using move semantics. |
public inline void ClearPlatformData() | Clears the value of PlatformData_Optional and sets PlatformData_IsSet to false. |
public inline bool IsPlatformDataSet() const | Checks whether PlatformData_Optional has been set. |
Members
public ERHAPI_EntitlementActionType ActionType
The type of the event.
public ERHAPI_EntitlementEventStatus Status_Optional
The status of the event.
public bool Status_IsSet
true if Status_Optional has been set to a value
public FGuid PlayerUuid_Optional
Override the player UUID for the event. If not provided, the active player for the platform user will be used.
public bool PlayerUuid_IsSet
true if PlayerUuid_Optional has been set to a value
public ERHAPI_Platform Platform
The platform for the event.
public FString PlatformUserId
The platform user ID for the event.
public FString Sku
The SKU for the event.
public int32 Quantity_Optional
The quantity for the event.
public bool Quantity_IsSet
true if Quantity_Optional has been set to a value
public FString PlatformTransactionId
The external transaction ID for the event.
public FRHAPI_JsonObject PlatformData_Optional
The platform specific data for the event.
public bool PlatformData_IsSet
true if PlatformData_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
JsonValueData 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
WriterJSON Writer stream to push .
public inline ERHAPI_EntitlementActionType & GetActionType()
Gets the value of ActionType.
public inline const ERHAPI_EntitlementActionType & GetActionType() const
Gets the value of ActionType.
public inline void SetActionType(const ERHAPI_EntitlementActionType & NewValue)
Sets the value of ActionType.
public inline void SetActionType(ERHAPI_EntitlementActionType && NewValue)
Sets the value of ActionType using move semantics.
public inline ERHAPI_EntitlementEventStatus & GetStatus()
Gets the value of Status_Optional, regardless of it having been set.
public inline const ERHAPI_EntitlementEventStatus & GetStatus() const
Gets the value of Status_Optional, regardless of it having been set.
public inline const ERHAPI_EntitlementEventStatus & GetStatus(const ERHAPI_EntitlementEventStatus & DefaultValue) const
Gets the value of Status_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetStatus(ERHAPI_EntitlementEventStatus & OutValue) const
Fills OutValue with the value of Status_Optional and returns true if it has been set, otherwise returns false.
public inline ERHAPI_EntitlementEventStatus * GetStatusOrNull()
Returns a pointer to Status_Optional, if it has been set, otherwise returns nullptr.
public inline const ERHAPI_EntitlementEventStatus * GetStatusOrNull() const
Returns a pointer to Status_Optional, if it has been set, otherwise returns nullptr.
public inline void SetStatus(const ERHAPI_EntitlementEventStatus & NewValue)
Sets the value of Status_Optional and also sets Status_IsSet to true.
public inline void SetStatus(ERHAPI_EntitlementEventStatus && NewValue)
Sets the value of Status_Optional and also sets Status_IsSet to true using move semantics.
public inline void ClearStatus()
Clears the value of Status_Optional and sets Status_IsSet to false.
public inline bool IsStatusSet() const
Checks whether Status_Optional has been set.
public inline FGuid & GetPlayerUuid()
Gets the value of PlayerUuid_Optional, regardless of it having been set.
public inline const FGuid & GetPlayerUuid() const
Gets the value of PlayerUuid_Optional, regardless of it having been set.
public inline const FGuid & GetPlayerUuid(const FGuid & DefaultValue) const
Gets the value of PlayerUuid_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetPlayerUuid(FGuid & OutValue) const
Fills OutValue with the value of PlayerUuid_Optional and returns true if it has been set, otherwise returns false.
public inline FGuid * GetPlayerUuidOrNull()
Returns a pointer to PlayerUuid_Optional, if it has been set, otherwise returns nullptr.
public inline const FGuid * GetPlayerUuidOrNull() const
Returns a pointer to PlayerUuid_Optional, if it has been set, otherwise returns nullptr.
public inline void SetPlayerUuid(const FGuid & NewValue)
Sets the value of PlayerUuid_Optional and also sets PlayerUuid_IsSet to true.
public inline void SetPlayerUuid(FGuid && NewValue)
Sets the value of PlayerUuid_Optional and also sets PlayerUuid_IsSet to true using move semantics.
public inline void ClearPlayerUuid()
Clears the value of PlayerUuid_Optional and sets PlayerUuid_IsSet to false.
public inline bool IsPlayerUuidSet() const
Checks whether PlayerUuid_Optional has been set.
public inline ERHAPI_Platform & GetPlatform()
Gets the value of Platform.
public inline const ERHAPI_Platform & GetPlatform() const
Gets the value of Platform.
public inline void SetPlatform(const ERHAPI_Platform & NewValue)
Sets the value of Platform.
public inline void SetPlatform(ERHAPI_Platform && NewValue)
Sets the value of Platform using move semantics.
public inline FString & GetPlatformUserId()
Gets the value of PlatformUserId.
public inline const FString & GetPlatformUserId() const
Gets the value of PlatformUserId.
public inline void SetPlatformUserId(const FString & NewValue)
Sets the value of PlatformUserId.
public inline void SetPlatformUserId(FString && NewValue)
Sets the value of PlatformUserId using move semantics.
public inline FString & GetSku()
Gets the value of Sku.
public inline const FString & GetSku() const
Gets the value of Sku.
public inline void SetSku(const FString & NewValue)
Sets the value of Sku.
public inline void SetSku(FString && NewValue)
Sets the value of Sku using move semantics.
public inline int32 & GetQuantity()
Gets the value of Quantity_Optional, regardless of it having been set.
public inline const int32 & GetQuantity() const
Gets the value of Quantity_Optional, regardless of it having been set.
public inline const int32 & GetQuantity(const int32 & DefaultValue) const
Gets the value of Quantity_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetQuantity(int32 & OutValue) const
Fills OutValue with the value of Quantity_Optional and returns true if it has been set, otherwise returns false.
public inline int32 * GetQuantityOrNull()
Returns a pointer to Quantity_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 * GetQuantityOrNull() const
Returns a pointer to Quantity_Optional, if it has been set, otherwise returns nullptr.
public inline void SetQuantity(const int32 & NewValue)
Sets the value of Quantity_Optional and also sets Quantity_IsSet to true.
public inline void SetQuantity(int32 && NewValue)
Sets the value of Quantity_Optional and also sets Quantity_IsSet to true using move semantics.
public inline void ClearQuantity()
Clears the value of Quantity_Optional and sets Quantity_IsSet to false.
public inline bool IsQuantitySet() const
Checks whether Quantity_Optional has been set.
public inline bool IsQuantityDefaultValue() const
Returns true if Quantity_Optional is set and matches the default value.
public inline void SetQuantityToDefault()
Sets the value of Quantity_Optional to its default and also sets Quantity_IsSet to true.
public inline FString & GetPlatformTransactionId()
Gets the value of PlatformTransactionId.
public inline const FString & GetPlatformTransactionId() const
Gets the value of PlatformTransactionId.
public inline void SetPlatformTransactionId(const FString & NewValue)
Sets the value of PlatformTransactionId.
public inline void SetPlatformTransactionId(FString && NewValue)
Sets the value of PlatformTransactionId using move semantics.
public inline FRHAPI_JsonObject&GetPlatformData()
Gets the value of PlatformData_Optional, regardless of it having been set.
public inline const FRHAPI_JsonObject&GetPlatformData() const
Gets the value of PlatformData_Optional, regardless of it having been set.
public inline const FRHAPI_JsonObject&GetPlatformData(const FRHAPI_JsonObject & DefaultValue) const
Gets the value of PlatformData_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetPlatformData(FRHAPI_JsonObject & OutValue) const
Fills OutValue with the value of PlatformData_Optional and returns true if it has been set, otherwise returns false.
public inline FRHAPI_JsonObject*GetPlatformDataOrNull()
Returns a pointer to PlatformData_Optional, if it has been set, otherwise returns nullptr.
public inline const FRHAPI_JsonObject*GetPlatformDataOrNull() const
Returns a pointer to PlatformData_Optional, if it has been set, otherwise returns nullptr.
public inline void SetPlatformData(const FRHAPI_JsonObject & NewValue)
Sets the value of PlatformData_Optional and also sets PlatformData_IsSet to true.
public inline void SetPlatformData(FRHAPI_JsonObject && NewValue)
Sets the value of PlatformData_Optional and also sets PlatformData_IsSet to true using move semantics.
public inline void ClearPlatformData()
Clears the value of PlatformData_Optional and sets PlatformData_IsSet to false.
public inline bool IsPlatformDataSet() const
Checks whether PlatformData_Optional has been set.