RHAPI_PlayerOrder
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PlayerOrder | Represents a Player Order. |
struct FRHAPI_PlayerOrder
struct FRHAPI_PlayerOrder
: public FRHAPI_Model
Represents a Player Order.
Summary
| Members | Descriptions |
|---|---|
public ERHAPI_Source Source_Optional | The source of the Player Order. |
public bool Source_IsSet | true if Source_Optional has been set to a value |
public FGuid ClientOrderRefId_Optional | Arbitrary UUID clients can use to track Orders between request to response. |
public bool ClientOrderRefId_IsSet | true if ClientOrderRefId_Optional has been set to a value |
public ERHAPI_Portal PortalId_Optional | Portal of the Portal User the Player Order belongs to. |
public bool PortalId_IsSet | true if PortalId_Optional has been set to a value |
public FString PortalUserId_Optional | Portal User Id for the Player this Player Order belongs to. |
public bool PortalUserId_IsSet | true if PortalUserId_Optional has been set to a value |
public FString InstanceId_Optional | Instance Id for the Instance who submits the Player Order. |
public bool InstanceId_IsSet | true if InstanceId_Optional has been set to a value |
public FString MatchId_Optional | Match Id for the Match that generated the Player Order. |
public bool MatchId_IsSet | true if MatchId_Optional has been set to a value |
public bool IsTransaction_Optional | If an order is a transaction, any failed entries will roll back changes from all other entries. |
public bool IsTransaction_IsSet | true if IsTransaction_Optional has been set to a value |
public FString OrderId | Unique Identifier for the Order. |
public FGuid PlayerUuid | Player UUID of the Player this Player Order belongs to. |
public FDateTime CreatedTime | Time the Player Order was created. |
public TArray< FRHAPI_PlayerOrderEntry>Entries | List of Player Order Entries for the Player Order. |
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_Source & GetSource() | Gets the value of Source_Optional, regardless of it having been set. |
public inline const ERHAPI_Source & GetSource() const | Gets the value of Source_Optional, regardless of it having been set. |
public inline const ERHAPI_Source & GetSource(const ERHAPI_Source & DefaultValue) const | Gets the value of Source_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetSource(ERHAPI_Source & OutValue) const | Fills OutValue with the value of Source_Optional and returns true if it has been set, otherwise returns false. |
public inline ERHAPI_Source * GetSourceOrNull() | Returns a pointer to Source_Optional, if it has been set, otherwise returns nullptr. |
public inline const ERHAPI_Source * GetSourceOrNull() const | Returns a pointer to Source_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetSource(const ERHAPI_Source & NewValue) | Sets the value of Source_Optional and also sets Source_IsSet to true. |
public inline void SetSource(ERHAPI_Source && NewValue) | Sets the value of Source_Optional and also sets Source_IsSet to true using move semantics. |
public inline void ClearSource() | Clears the value of Source_Optional and sets Source_IsSet to false. |
public inline bool IsSourceSet() const | Checks whether Source_Optional has been set. |
public inline FGuid & GetClientOrderRefId() | Gets the value of ClientOrderRefId_Optional, regardless of it having been set. |
public inline const FGuid & GetClientOrderRefId() const | Gets the value of ClientOrderRefId_Optional, regardless of it having been set. |
public inline const FGuid & GetClientOrderRefId(const FGuid & DefaultValue) const | Gets the value of ClientOrderRefId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetClientOrderRefId(FGuid & OutValue) const | Fills OutValue with the value of ClientOrderRefId_Optional and returns true if it has been set, otherwise returns false. |
public inline FGuid * GetClientOrderRefIdOrNull() | Returns a pointer to ClientOrderRefId_Optional, if it has been set, otherwise returns nullptr. |
public inline const FGuid * GetClientOrderRefIdOrNull() const | Returns a pointer to ClientOrderRefId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetClientOrderRefId(const FGuid & NewValue) | Sets the value of ClientOrderRefId_Optional and also sets ClientOrderRefId_IsSet to true. |
public inline void SetClientOrderRefId(FGuid && NewValue) | Sets the value of ClientOrderRefId_Optional and also sets ClientOrderRefId_IsSet to true using move semantics. |
public inline void ClearClientOrderRefId() | Clears the value of ClientOrderRefId_Optional and sets ClientOrderRefId_IsSet to false. |
public inline bool IsClientOrderRefIdSet() const | Checks whether ClientOrderRefId_Optional has been set. |
public inline ERHAPI_Portal & GetPortalId() | Gets the value of PortalId_Optional, regardless of it having been set. |
public inline const ERHAPI_Portal & GetPortalId() const | Gets the value of PortalId_Optional, regardless of it having been set. |
public inline const ERHAPI_Portal & GetPortalId(const ERHAPI_Portal & DefaultValue) const | Gets the value of PortalId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetPortalId(ERHAPI_Portal & OutValue) const | Fills OutValue with the value of PortalId_Optional and returns true if it has been set, otherwise returns false. |
public inline ERHAPI_Portal * GetPortalIdOrNull() | Returns a pointer to PortalId_Optional, if it has been set, otherwise returns nullptr. |
public inline const ERHAPI_Portal * GetPortalIdOrNull() const | Returns a pointer to PortalId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetPortalId(const ERHAPI_Portal & NewValue) | Sets the value of PortalId_Optional and also sets PortalId_IsSet to true. |
public inline void SetPortalId(ERHAPI_Portal && NewValue) | Sets the value of PortalId_Optional and also sets PortalId_IsSet to true using move semantics. |
public inline void ClearPortalId() | Clears the value of PortalId_Optional and sets PortalId_IsSet to false. |
public inline bool IsPortalIdSet() const | Checks whether PortalId_Optional has been set. |
public inline FString & GetPortalUserId() | Gets the value of PortalUserId_Optional, regardless of it having been set. |
public inline const FString & GetPortalUserId() const | Gets the value of PortalUserId_Optional, regardless of it having been set. |
public inline const FString & GetPortalUserId(const FString & DefaultValue) const | Gets the value of PortalUserId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetPortalUserId(FString & OutValue) const | Fills OutValue with the value of PortalUserId_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetPortalUserIdOrNull() | Returns a pointer to PortalUserId_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetPortalUserIdOrNull() const | Returns a pointer to PortalUserId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetPortalUserId(const FString & NewValue) | Sets the value of PortalUserId_Optional and also sets PortalUserId_IsSet to true. |
public inline void SetPortalUserId(FString && NewValue) | Sets the value of PortalUserId_Optional and also sets PortalUserId_IsSet to true using move semantics. |
public inline void ClearPortalUserId() | Clears the value of PortalUserId_Optional and sets PortalUserId_IsSet to false. |
public inline bool IsPortalUserIdSet() const | Checks whether PortalUserId_Optional has been set. |
public inline FString & GetInstanceId() | Gets the value of InstanceId_Optional, regardless of it having been set. |
public inline const FString & GetInstanceId() const | Gets the value of InstanceId_Optional, regardless of it having been set. |
public inline const FString & GetInstanceId(const FString & DefaultValue) const | Gets the value of InstanceId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetInstanceId(FString & OutValue) const | Fills OutValue with the value of InstanceId_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetInstanceIdOrNull() | Returns a pointer to InstanceId_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetInstanceIdOrNull() const | Returns a pointer to InstanceId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetInstanceId(const FString & NewValue) | Sets the value of InstanceId_Optional and also sets InstanceId_IsSet to true. |
public inline void SetInstanceId(FString && NewValue) | Sets the value of InstanceId_Optional and also sets InstanceId_IsSet to true using move semantics. |
public inline void ClearInstanceId() | Clears the value of InstanceId_Optional and sets InstanceId_IsSet to false. |
public inline bool IsInstanceIdSet() const | Checks whether InstanceId_Optional has been set. |
public inline FString & GetMatchId() | Gets the value of MatchId_Optional, regardless of it having been set. |
public inline const FString & GetMatchId() const | Gets the value of MatchId_Optional, regardless of it having been set. |
public inline const FString & GetMatchId(const FString & DefaultValue) const | Gets the value of MatchId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetMatchId(FString & OutValue) const | Fills OutValue with the value of MatchId_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetMatchIdOrNull() | Returns a pointer to MatchId_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetMatchIdOrNull() const | Returns a pointer to MatchId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetMatchId(const FString & NewValue) | Sets the value of MatchId_Optional and also sets MatchId_IsSet to true. |
public inline void SetMatchId(FString && NewValue) | Sets the value of MatchId_Optional and also sets MatchId_IsSet to true using move semantics. |
public inline void ClearMatchId() | Clears the value of MatchId_Optional and sets MatchId_IsSet to false. |
public inline bool IsMatchIdSet() const | Checks whether MatchId_Optional has been set. |
public inline bool & GetIsTransaction() | Gets the value of IsTransaction_Optional, regardless of it having been set. |
public inline const bool & GetIsTransaction() const | Gets the value of IsTransaction_Optional, regardless of it having been set. |
public inline const bool & GetIsTransaction(const bool & DefaultValue) const | Gets the value of IsTransaction_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetIsTransaction(bool & OutValue) const | Fills OutValue with the value of IsTransaction_Optional and returns true if it has been set, otherwise returns false. |
public inline bool * GetIsTransactionOrNull() | Returns a pointer to IsTransaction_Optional, if it has been set, otherwise returns nullptr. |
public inline const bool * GetIsTransactionOrNull() const | Returns a pointer to IsTransaction_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetIsTransaction(const bool & NewValue) | Sets the value of IsTransaction_Optional and also sets IsTransaction_IsSet to true. |
public inline void SetIsTransaction(bool && NewValue) | Sets the value of IsTransaction_Optional and also sets IsTransaction_IsSet to true using move semantics. |
public inline void ClearIsTransaction() | Clears the value of IsTransaction_Optional and sets IsTransaction_IsSet to false. |
public inline bool IsIsTransactionSet() const | Checks whether IsTransaction_Optional has been set. |
public inline bool IsIsTransactionDefaultValue() const | Returns true if IsTransaction_Optional is set and matches the default value. |
public inline void SetIsTransactionToDefault() | Sets the value of IsTransaction_Optional to its default and also sets IsTransaction_IsSet to true. |
public inline FString & GetOrderId() | Gets the value of OrderId. |
public inline const FString & GetOrderId() const | Gets the value of OrderId. |
public inline void SetOrderId(const FString & NewValue) | Sets the value of OrderId. |
public inline void SetOrderId(FString && NewValue) | Sets the value of OrderId using move semantics. |
public inline FGuid & GetPlayerUuid() | Gets the value of PlayerUuid. |
public inline const FGuid & GetPlayerUuid() const | Gets the value of PlayerUuid. |
public inline void SetPlayerUuid(const FGuid & NewValue) | Sets the value of PlayerUuid. |
public inline void SetPlayerUuid(FGuid && NewValue) | Sets the value of PlayerUuid using move semantics. |
public inline FDateTime & GetCreatedTime() | Gets the value of CreatedTime. |
public inline const FDateTime & GetCreatedTime() const | Gets the value of CreatedTime. |
public inline void SetCreatedTime(const FDateTime & NewValue) | Sets the value of CreatedTime. |
public inline void SetCreatedTime(FDateTime && NewValue) | Sets the value of CreatedTime using move semantics. |
public inline TArray< FRHAPI_PlayerOrderEntry> &GetEntries() | Gets the value of Entries. |
public inline const TArray< FRHAPI_PlayerOrderEntry> &GetEntries() const | Gets the value of Entries. |
public inline void SetEntries(const TArray< FRHAPI_PlayerOrderEntry > & NewValue) | Sets the value of Entries. |
public inline void SetEntries(TArray< FRHAPI_PlayerOrderEntry > && NewValue) | Sets the value of Entries using move semantics. |
Members
public ERHAPI_Source Source_Optional
The source of the Player Order.
public bool Source_IsSet
true if Source_Optional has been set to a value
public FGuid ClientOrderRefId_Optional
Arbitrary UUID clients can use to track Orders between request to response.
public bool ClientOrderRefId_IsSet
true if ClientOrderRefId_Optional has been set to a value
public ERHAPI_Portal PortalId_Optional
Portal of the Portal User the Player Order belongs to.
public bool PortalId_IsSet
true if PortalId_Optional has been set to a value
public FString PortalUserId_Optional
Portal User Id for the Player this Player Order belongs to.
public bool PortalUserId_IsSet
true if PortalUserId_Optional has been set to a value
public FString InstanceId_Optional
Instance Id for the Instance who submits the Player Order.
public bool InstanceId_IsSet
true if InstanceId_Optional has been set to a value
public FString MatchId_Optional
Match Id for the Match that generated the Player Order.
public bool MatchId_IsSet
true if MatchId_Optional has been set to a value
public bool IsTransaction_Optional
If an order is a transaction, any failed entries will roll back changes from all other entries.
public bool IsTransaction_IsSet
true if IsTransaction_Optional has been set to a value
public FString OrderId
Unique Identifier for the Order.
public FGuid PlayerUuid
Player UUID of the Player this Player Order belongs to.
public FDateTime CreatedTime
Time the Player Order was created.
public TArray< FRHAPI_PlayerOrderEntry>Entries
List of Player Order Entries for the Player Order.
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_Source & GetSource()
Gets the value of Source_Optional, regardless of it having been set.
public inline const ERHAPI_Source & GetSource() const
Gets the value of Source_Optional, regardless of it having been set.
public inline const ERHAPI_Source & GetSource(const ERHAPI_Source & DefaultValue) const
Gets the value of Source_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetSource(ERHAPI_Source & OutValue) const
Fills OutValue with the value of Source_Optional and returns true if it has been set, otherwise returns false.
public inline ERHAPI_Source * GetSourceOrNull()
Returns a pointer to Source_Optional, if it has been set, otherwise returns nullptr.
public inline const ERHAPI_Source * GetSourceOrNull() const
Returns a pointer to Source_Optional, if it has been set, otherwise returns nullptr.
public inline void SetSource(const ERHAPI_Source & NewValue)
Sets the value of Source_Optional and also sets Source_IsSet to true.
public inline void SetSource(ERHAPI_Source && NewValue)
Sets the value of Source_Optional and also sets Source_IsSet to true using move semantics.
public inline void ClearSource()
Clears the value of Source_Optional and sets Source_IsSet to false.
public inline bool IsSourceSet() const
Checks whether Source_Optional has been set.
public inline FGuid & GetClientOrderRefId()
Gets the value of ClientOrderRefId_Optional, regardless of it having been set.
public inline const FGuid & GetClientOrderRefId() const
Gets the value of ClientOrderRefId_Optional, regardless of it having been set.
public inline const FGuid & GetClientOrderRefId(const FGuid & DefaultValue) const
Gets the value of ClientOrderRefId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetClientOrderRefId(FGuid & OutValue) const
Fills OutValue with the value of ClientOrderRefId_Optional and returns true if it has been set, otherwise returns false.
public inline FGuid * GetClientOrderRefIdOrNull()
Returns a pointer to ClientOrderRefId_Optional, if it has been set, otherwise returns nullptr.
public inline const FGuid * GetClientOrderRefIdOrNull() const
Returns a pointer to ClientOrderRefId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetClientOrderRefId(const FGuid & NewValue)
Sets the value of ClientOrderRefId_Optional and also sets ClientOrderRefId_IsSet to true.
public inline void SetClientOrderRefId(FGuid && NewValue)
Sets the value of ClientOrderRefId_Optional and also sets ClientOrderRefId_IsSet to true using move semantics.
public inline void ClearClientOrderRefId()
Clears the value of ClientOrderRefId_Optional and sets ClientOrderRefId_IsSet to false.
public inline bool IsClientOrderRefIdSet() const
Checks whether ClientOrderRefId_Optional has been set.
public inline ERHAPI_Portal & GetPortalId()
Gets the value of PortalId_Optional, regardless of it having been set.
public inline const ERHAPI_Portal & GetPortalId() const
Gets the value of PortalId_Optional, regardless of it having been set.
public inline const ERHAPI_Portal & GetPortalId(const ERHAPI_Portal & DefaultValue) const
Gets the value of PortalId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetPortalId(ERHAPI_Portal & OutValue) const
Fills OutValue with the value of PortalId_Optional and returns true if it has been set, otherwise returns false.
public inline ERHAPI_Portal * GetPortalIdOrNull()
Returns a pointer to PortalId_Optional, if it has been set, otherwise returns nullptr.
public inline const ERHAPI_Portal * GetPortalIdOrNull() const
Returns a pointer to PortalId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetPortalId(const ERHAPI_Portal & NewValue)
Sets the value of PortalId_Optional and also sets PortalId_IsSet to true.
public inline void SetPortalId(ERHAPI_Portal && NewValue)
Sets the value of PortalId_Optional and also sets PortalId_IsSet to true using move semantics.
public inline void ClearPortalId()
Clears the value of PortalId_Optional and sets PortalId_IsSet to false.
public inline bool IsPortalIdSet() const
Checks whether PortalId_Optional has been set.
public inline FString & GetPortalUserId()
Gets the value of PortalUserId_Optional, regardless of it having been set.
public inline const FString & GetPortalUserId() const
Gets the value of PortalUserId_Optional, regardless of it having been set.
public inline const FString & GetPortalUserId(const FString & DefaultValue) const
Gets the value of PortalUserId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetPortalUserId(FString & OutValue) const
Fills OutValue with the value of PortalUserId_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetPortalUserIdOrNull()
Returns a pointer to PortalUserId_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetPortalUserIdOrNull() const
Returns a pointer to PortalUserId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetPortalUserId(const FString & NewValue)
Sets the value of PortalUserId_Optional and also sets PortalUserId_IsSet to true.
public inline void SetPortalUserId(FString && NewValue)
Sets the value of PortalUserId_Optional and also sets PortalUserId_IsSet to true using move semantics.
public inline void ClearPortalUserId()
Clears the value of PortalUserId_Optional and sets PortalUserId_IsSet to false.
public inline bool IsPortalUserIdSet() const
Checks whether PortalUserId_Optional has been set.
public inline FString & GetInstanceId()
Gets the value of InstanceId_Optional, regardless of it having been set.
public inline const FString & GetInstanceId() const
Gets the value of InstanceId_Optional, regardless of it having been set.
public inline const FString & GetInstanceId(const FString & DefaultValue) const
Gets the value of InstanceId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetInstanceId(FString & OutValue) const
Fills OutValue with the value of InstanceId_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetInstanceIdOrNull()
Returns a pointer to InstanceId_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetInstanceIdOrNull() const
Returns a pointer to InstanceId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetInstanceId(const FString & NewValue)
Sets the value of InstanceId_Optional and also sets InstanceId_IsSet to true.
public inline void SetInstanceId(FString && NewValue)
Sets the value of InstanceId_Optional and also sets InstanceId_IsSet to true using move semantics.
public inline void ClearInstanceId()
Clears the value of InstanceId_Optional and sets InstanceId_IsSet to false.
public inline bool IsInstanceIdSet() const
Checks whether InstanceId_Optional has been set.
public inline FString & GetMatchId()
Gets the value of MatchId_Optional, regardless of it having been set.
public inline const FString & GetMatchId() const
Gets the value of MatchId_Optional, regardless of it having been set.
public inline const FString & GetMatchId(const FString & DefaultValue) const
Gets the value of MatchId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetMatchId(FString & OutValue) const
Fills OutValue with the value of MatchId_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetMatchIdOrNull()
Returns a pointer to MatchId_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetMatchIdOrNull() const
Returns a pointer to MatchId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetMatchId(const FString & NewValue)
Sets the value of MatchId_Optional and also sets MatchId_IsSet to true.
public inline void SetMatchId(FString && NewValue)
Sets the value of MatchId_Optional and also sets MatchId_IsSet to true using move semantics.
public inline void ClearMatchId()
Clears the value of MatchId_Optional and sets MatchId_IsSet to false.
public inline bool IsMatchIdSet() const
Checks whether MatchId_Optional has been set.
public inline bool & GetIsTransaction()
Gets the value of IsTransaction_Optional, regardless of it having been set.
public inline const bool & GetIsTransaction() const
Gets the value of IsTransaction_Optional, regardless of it having been set.
public inline const bool & GetIsTransaction(const bool & DefaultValue) const
Gets the value of IsTransaction_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetIsTransaction(bool & OutValue) const
Fills OutValue with the value of IsTransaction_Optional and returns true if it has been set, otherwise returns false.
public inline bool * GetIsTransactionOrNull()
Returns a pointer to IsTransaction_Optional, if it has been set, otherwise returns nullptr.
public inline const bool * GetIsTransactionOrNull() const
Returns a pointer to IsTransaction_Optional, if it has been set, otherwise returns nullptr.
public inline void SetIsTransaction(const bool & NewValue)
Sets the value of IsTransaction_Optional and also sets IsTransaction_IsSet to true.
public inline void SetIsTransaction(bool && NewValue)
Sets the value of IsTransaction_Optional and also sets IsTransaction_IsSet to true using move semantics.
public inline void ClearIsTransaction()
Clears the value of IsTransaction_Optional and sets IsTransaction_IsSet to false.
public inline bool IsIsTransactionSet() const
Checks whether IsTransaction_Optional has been set.
public inline bool IsIsTransactionDefaultValue() const
Returns true if IsTransaction_Optional is set and matches the default value.
public inline void SetIsTransactionToDefault()
Sets the value of IsTransaction_Optional to its default and also sets IsTransaction_IsSet to true.
public inline FString & GetOrderId()
Gets the value of OrderId.
public inline const FString & GetOrderId() const
Gets the value of OrderId.
public inline void SetOrderId(const FString & NewValue)
Sets the value of OrderId.
public inline void SetOrderId(FString && NewValue)
Sets the value of OrderId using move semantics.
public inline FGuid & GetPlayerUuid()
Gets the value of PlayerUuid.
public inline const FGuid & GetPlayerUuid() const
Gets the value of PlayerUuid.
public inline void SetPlayerUuid(const FGuid & NewValue)
Sets the value of PlayerUuid.
public inline void SetPlayerUuid(FGuid && NewValue)
Sets the value of PlayerUuid using move semantics.
public inline FDateTime & GetCreatedTime()
Gets the value of CreatedTime.
public inline const FDateTime & GetCreatedTime() const
Gets the value of CreatedTime.
public inline void SetCreatedTime(const FDateTime & NewValue)
Sets the value of CreatedTime.
public inline void SetCreatedTime(FDateTime && NewValue)
Sets the value of CreatedTime using move semantics.
public inline TArray< FRHAPI_PlayerOrderEntry> &GetEntries()
Gets the value of Entries.
public inline const TArray< FRHAPI_PlayerOrderEntry> &GetEntries() const
Gets the value of Entries.
public inline void SetEntries(const TArray< FRHAPI_PlayerOrderEntry > & NewValue)
Sets the value of Entries.
public inline void SetEntries(TArray< FRHAPI_PlayerOrderEntry > && NewValue)
Sets the value of Entries using move semantics.