RHAPI_SessionEvent
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_SessionEvent | Information about an event that occurred in a session. |
struct FRHAPI_SessionEvent
struct FRHAPI_SessionEvent
: public FRHAPI_Model
Information about an event that occurred in a session.
Summary
| Members | Descriptions |
|---|---|
public FString EventCode | Code that identifies this type of event. See CommonEventCode for common examples. |
public FString Description_Optional | Description metadata about the event. |
public bool Description_IsSet | true if Description_Optional has been set to a value |
public int32 SourcePlayerId_Optional | Player who triggered the event. |
public bool SourcePlayerId_IsSet | true if SourcePlayerId_Optional has been set to a value |
public FGuid SourcePlayerUuid_Optional | Player who triggered the event. |
public bool SourcePlayerUuid_IsSet | true if SourcePlayerUuid_Optional has been set to a value |
public int32 TargetPlayerId_Optional | Player who the event was targetted toward, if relevant. |
public bool TargetPlayerId_IsSet | true if TargetPlayerId_Optional has been set to a value |
public FGuid TargetPlayerUuid_Optional | Player who the event was targetted toward, if relevant. |
public bool TargetPlayerUuid_IsSet | true if TargetPlayerUuid_Optional has been set to a value |
public FString Instance_Optional | Instance that was active at the time of the event. |
public bool Instance_IsSet | true if Instance_Optional has been set to a value |
public FString Match_Optional | Match that was active at the time of the event. |
public bool Match_IsSet | true if Match_Optional has been set to a value |
public ERHAPI_Platform Platform_Optional | Relevant platform. |
public bool Platform_IsSet | true if Platform_Optional has been set to a value |
public FString PlatformSessionIdBase64_Optional | Relevant platform session id. |
public bool PlatformSessionIdBase64_IsSet | true if PlatformSessionIdBase64_Optional has been set to a value |
public TMap< FString, FString > CustomData_Optional | custom data about this event |
public bool CustomData_IsSet | true if CustomData_Optional has been set to a value |
public FDateTime Timestamp | Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone. |
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 & GetEventCode() | Gets the value of EventCode. |
public inline const FString & GetEventCode() const | Gets the value of EventCode. |
public inline void SetEventCode(FString NewValue) | Sets the value of EventCode. |
public inline FString & GetDescription() | Gets the value of Description_Optional, regardless of it having been set. |
public inline const FString & GetDescription() const | Gets the value of Description_Optional, regardless of it having been set. |
public inline const FString & GetDescription(const FString & DefaultValue) const | Gets the value of Description_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetDescription(FString & OutValue) const | Fills OutValue with the value of Description_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetDescriptionOrNull() | Returns a pointer to Description_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetDescriptionOrNull() const | Returns a pointer to Description_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetDescription(FString NewValue) | Sets the value of Description_Optional and also sets Description_IsSet to true. |
public inline void ClearDescription() | Clears the value of Description_Optional and sets Description_IsSet to false. |
public inline bool IsDescriptionDefaultValue() const | Returns true if Description_Optional is set and matches the default value. |
public inline void SetDescriptionToDefault() | Sets the value of Description_Optional to its default and also sets Description_IsSet to true. |
public inline int32 & GetSourcePlayerId() | Gets the value of SourcePlayerId_Optional, regardless of it having been set. |
public inline const int32 & GetSourcePlayerId() const | Gets the value of SourcePlayerId_Optional, regardless of it having been set. |
public inline const int32 & GetSourcePlayerId(const int32 & DefaultValue) const | Gets the value of SourcePlayerId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetSourcePlayerId(int32 & OutValue) const | Fills OutValue with the value of SourcePlayerId_Optional and returns true if it has been set, otherwise returns false. |
public inline int32 * GetSourcePlayerIdOrNull() | Returns a pointer to SourcePlayerId_Optional, if it has been set, otherwise returns nullptr. |
public inline const int32 * GetSourcePlayerIdOrNull() const | Returns a pointer to SourcePlayerId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetSourcePlayerId(int32 NewValue) | Sets the value of SourcePlayerId_Optional and also sets SourcePlayerId_IsSet to true. |
public inline void ClearSourcePlayerId() | Clears the value of SourcePlayerId_Optional and sets SourcePlayerId_IsSet to false. |
public inline bool IsSourcePlayerIdDefaultValue() const | Returns true if SourcePlayerId_Optional is set and matches the default value. |
public inline void SetSourcePlayerIdToDefault() | Sets the value of SourcePlayerId_Optional to its default and also sets SourcePlayerId_IsSet to true. |
public inline FGuid & GetSourcePlayerUuid() | Gets the value of SourcePlayerUuid_Optional, regardless of it having been set. |
public inline const FGuid & GetSourcePlayerUuid() const | Gets the value of SourcePlayerUuid_Optional, regardless of it having been set. |
public inline const FGuid & GetSourcePlayerUuid(const FGuid & DefaultValue) const | Gets the value of SourcePlayerUuid_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetSourcePlayerUuid(FGuid & OutValue) const | Fills OutValue with the value of SourcePlayerUuid_Optional and returns true if it has been set, otherwise returns false. |
public inline FGuid * GetSourcePlayerUuidOrNull() | Returns a pointer to SourcePlayerUuid_Optional, if it has been set, otherwise returns nullptr. |
public inline const FGuid * GetSourcePlayerUuidOrNull() const | Returns a pointer to SourcePlayerUuid_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetSourcePlayerUuid(FGuid NewValue) | Sets the value of SourcePlayerUuid_Optional and also sets SourcePlayerUuid_IsSet to true. |
public inline void ClearSourcePlayerUuid() | Clears the value of SourcePlayerUuid_Optional and sets SourcePlayerUuid_IsSet to false. |
public inline int32 & GetTargetPlayerId() | Gets the value of TargetPlayerId_Optional, regardless of it having been set. |
public inline const int32 & GetTargetPlayerId() const | Gets the value of TargetPlayerId_Optional, regardless of it having been set. |
public inline const int32 & GetTargetPlayerId(const int32 & DefaultValue) const | Gets the value of TargetPlayerId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetTargetPlayerId(int32 & OutValue) const | Fills OutValue with the value of TargetPlayerId_Optional and returns true if it has been set, otherwise returns false. |
public inline int32 * GetTargetPlayerIdOrNull() | Returns a pointer to TargetPlayerId_Optional, if it has been set, otherwise returns nullptr. |
public inline const int32 * GetTargetPlayerIdOrNull() const | Returns a pointer to TargetPlayerId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetTargetPlayerId(int32 NewValue) | Sets the value of TargetPlayerId_Optional and also sets TargetPlayerId_IsSet to true. |
public inline void ClearTargetPlayerId() | Clears the value of TargetPlayerId_Optional and sets TargetPlayerId_IsSet to false. |
public inline bool IsTargetPlayerIdDefaultValue() const | Returns true if TargetPlayerId_Optional is set and matches the default value. |
public inline void SetTargetPlayerIdToDefault() | Sets the value of TargetPlayerId_Optional to its default and also sets TargetPlayerId_IsSet to true. |
public inline FGuid & GetTargetPlayerUuid() | Gets the value of TargetPlayerUuid_Optional, regardless of it having been set. |
public inline const FGuid & GetTargetPlayerUuid() const | Gets the value of TargetPlayerUuid_Optional, regardless of it having been set. |
public inline const FGuid & GetTargetPlayerUuid(const FGuid & DefaultValue) const | Gets the value of TargetPlayerUuid_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetTargetPlayerUuid(FGuid & OutValue) const | Fills OutValue with the value of TargetPlayerUuid_Optional and returns true if it has been set, otherwise returns false. |
public inline FGuid * GetTargetPlayerUuidOrNull() | Returns a pointer to TargetPlayerUuid_Optional, if it has been set, otherwise returns nullptr. |
public inline const FGuid * GetTargetPlayerUuidOrNull() const | Returns a pointer to TargetPlayerUuid_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetTargetPlayerUuid(FGuid NewValue) | Sets the value of TargetPlayerUuid_Optional and also sets TargetPlayerUuid_IsSet to true. |
public inline void ClearTargetPlayerUuid() | Clears the value of TargetPlayerUuid_Optional and sets TargetPlayerUuid_IsSet to false. |
public inline FString & GetInstance() | Gets the value of Instance_Optional, regardless of it having been set. |
public inline const FString & GetInstance() const | Gets the value of Instance_Optional, regardless of it having been set. |
public inline const FString & GetInstance(const FString & DefaultValue) const | Gets the value of Instance_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetInstance(FString & OutValue) const | Fills OutValue with the value of Instance_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetInstanceOrNull() | Returns a pointer to Instance_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetInstanceOrNull() const | Returns a pointer to Instance_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetInstance(FString NewValue) | Sets the value of Instance_Optional and also sets Instance_IsSet to true. |
public inline void ClearInstance() | Clears the value of Instance_Optional and sets Instance_IsSet to false. |
public inline FString & GetMatch() | Gets the value of Match_Optional, regardless of it having been set. |
public inline const FString & GetMatch() const | Gets the value of Match_Optional, regardless of it having been set. |
public inline const FString & GetMatch(const FString & DefaultValue) const | Gets the value of Match_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetMatch(FString & OutValue) const | Fills OutValue with the value of Match_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetMatchOrNull() | Returns a pointer to Match_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetMatchOrNull() const | Returns a pointer to Match_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetMatch(FString NewValue) | Sets the value of Match_Optional and also sets Match_IsSet to true. |
public inline void ClearMatch() | Clears the value of Match_Optional and sets Match_IsSet to false. |
public inline ERHAPI_Platform & GetPlatform() | Gets the value of Platform_Optional, regardless of it having been set. |
public inline const ERHAPI_Platform & GetPlatform() const | Gets the value of Platform_Optional, regardless of it having been set. |
public inline const ERHAPI_Platform & GetPlatform(const ERHAPI_Platform & DefaultValue) const | Gets the value of Platform_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetPlatform(ERHAPI_Platform & OutValue) const | Fills OutValue with the value of Platform_Optional and returns true if it has been set, otherwise returns false. |
public inline ERHAPI_Platform * GetPlatformOrNull() | Returns a pointer to Platform_Optional, if it has been set, otherwise returns nullptr. |
public inline const ERHAPI_Platform * GetPlatformOrNull() const | Returns a pointer to Platform_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetPlatform(ERHAPI_Platform NewValue) | Sets the value of Platform_Optional and also sets Platform_IsSet to true. |
public inline void ClearPlatform() | Clears the value of Platform_Optional and sets Platform_IsSet to false. |
public inline FString & GetPlatformSessionIdBase64() | Gets the value of PlatformSessionIdBase64_Optional, regardless of it having been set. |
public inline const FString & GetPlatformSessionIdBase64() const | Gets the value of PlatformSessionIdBase64_Optional, regardless of it having been set. |
public inline const FString & GetPlatformSessionIdBase64(const FString & DefaultValue) const | Gets the value of PlatformSessionIdBase64_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetPlatformSessionIdBase64(FString & OutValue) const | Fills OutValue with the value of PlatformSessionIdBase64_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetPlatformSessionIdBase64OrNull() | Returns a pointer to PlatformSessionIdBase64_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetPlatformSessionIdBase64OrNull() const | Returns a pointer to PlatformSessionIdBase64_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetPlatformSessionIdBase64(FString NewValue) | Sets the value of PlatformSessionIdBase64_Optional and also sets PlatformSessionIdBase64_IsSet to true. |
public inline void ClearPlatformSessionIdBase64() | Clears the value of PlatformSessionIdBase64_Optional and sets PlatformSessionIdBase64_IsSet to false. |
public inline TMap< FString, FString > & GetCustomData() | Gets the value of CustomData_Optional, regardless of it having been set. |
public inline const TMap< FString, FString > & GetCustomData() const | Gets the value of CustomData_Optional, regardless of it having been set. |
public inline const TMap< FString, FString > & GetCustomData(const TMap< FString, FString > & DefaultValue) const | Gets the value of CustomData_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetCustomData(TMap< FString, FString > & OutValue) const | Fills OutValue with the value of CustomData_Optional and returns true if it has been set, otherwise returns false. |
public inline TMap< FString, FString > * GetCustomDataOrNull() | Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr. |
public inline const TMap< FString, FString > * GetCustomDataOrNull() const | Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetCustomData(TMap< FString, FString > NewValue) | Sets the value of CustomData_Optional and also sets CustomData_IsSet to true. |
public inline void ClearCustomData() | Clears the value of CustomData_Optional and sets CustomData_IsSet to false. |
public inline FDateTime & GetTimestamp() | Gets the value of Timestamp. |
public inline const FDateTime & GetTimestamp() const | Gets the value of Timestamp. |
public inline void SetTimestamp(FDateTime NewValue) | Sets the value of Timestamp. |
Members
public FString EventCode
Code that identifies this type of event. See CommonEventCode for common examples.
public FString Description_Optional
Description metadata about the event.
public bool Description_IsSet
true if Description_Optional has been set to a value
public int32 SourcePlayerId_Optional
Player who triggered the event.
public bool SourcePlayerId_IsSet
true if SourcePlayerId_Optional has been set to a value
public FGuid SourcePlayerUuid_Optional
Player who triggered the event.
public bool SourcePlayerUuid_IsSet
true if SourcePlayerUuid_Optional has been set to a value
public int32 TargetPlayerId_Optional
Player who the event was targetted toward, if relevant.
public bool TargetPlayerId_IsSet
true if TargetPlayerId_Optional has been set to a value
public FGuid TargetPlayerUuid_Optional
Player who the event was targetted toward, if relevant.
public bool TargetPlayerUuid_IsSet
true if TargetPlayerUuid_Optional has been set to a value
public FString Instance_Optional
Instance that was active at the time of the event.
public bool Instance_IsSet
true if Instance_Optional has been set to a value
public FString Match_Optional
Match that was active at the time of the event.
public bool Match_IsSet
true if Match_Optional has been set to a value
public ERHAPI_Platform Platform_Optional
Relevant platform.
public bool Platform_IsSet
true if Platform_Optional has been set to a value
public FString PlatformSessionIdBase64_Optional
Relevant platform session id.
public bool PlatformSessionIdBase64_IsSet
true if PlatformSessionIdBase64_Optional has been set to a value
public TMap< FString, FString > CustomData_Optional
custom data about this event
public bool CustomData_IsSet
true if CustomData_Optional has been set to a value
public FDateTime Timestamp
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone.
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 FString & GetEventCode()
Gets the value of EventCode.
public inline const FString & GetEventCode() const
Gets the value of EventCode.
public inline void SetEventCode(FString NewValue)
Sets the value of EventCode.
public inline FString & GetDescription()
Gets the value of Description_Optional, regardless of it having been set.
public inline const FString & GetDescription() const
Gets the value of Description_Optional, regardless of it having been set.
public inline const FString & GetDescription(const FString & DefaultValue) const
Gets the value of Description_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetDescription(FString & OutValue) const
Fills OutValue with the value of Description_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetDescriptionOrNull()
Returns a pointer to Description_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetDescriptionOrNull() const
Returns a pointer to Description_Optional, if it has been set, otherwise returns nullptr.
public inline void SetDescription(FString NewValue)
Sets the value of Description_Optional and also sets Description_IsSet to true.
public inline void ClearDescription()
Clears the value of Description_Optional and sets Description_IsSet to false.
public inline bool IsDescriptionDefaultValue() const
Returns true if Description_Optional is set and matches the default value.
public inline void SetDescriptionToDefault()
Sets the value of Description_Optional to its default and also sets Description_IsSet to true.
public inline int32 & GetSourcePlayerId()
Gets the value of SourcePlayerId_Optional, regardless of it having been set.
public inline const int32 & GetSourcePlayerId() const
Gets the value of SourcePlayerId_Optional, regardless of it having been set.
public inline const int32 & GetSourcePlayerId(const int32 & DefaultValue) const
Gets the value of SourcePlayerId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetSourcePlayerId(int32 & OutValue) const
Fills OutValue with the value of SourcePlayerId_Optional and returns true if it has been set, otherwise returns false.
public inline int32 * GetSourcePlayerIdOrNull()
Returns a pointer to SourcePlayerId_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 * GetSourcePlayerIdOrNull() const
Returns a pointer to SourcePlayerId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetSourcePlayerId(int32 NewValue)
Sets the value of SourcePlayerId_Optional and also sets SourcePlayerId_IsSet to true.
public inline void ClearSourcePlayerId()
Clears the value of SourcePlayerId_Optional and sets SourcePlayerId_IsSet to false.
public inline bool IsSourcePlayerIdDefaultValue() const
Returns true if SourcePlayerId_Optional is set and matches the default value.
public inline void SetSourcePlayerIdToDefault()
Sets the value of SourcePlayerId_Optional to its default and also sets SourcePlayerId_IsSet to true.
public inline FGuid & GetSourcePlayerUuid()
Gets the value of SourcePlayerUuid_Optional, regardless of it having been set.
public inline const FGuid & GetSourcePlayerUuid() const
Gets the value of SourcePlayerUuid_Optional, regardless of it having been set.
public inline const FGuid & GetSourcePlayerUuid(const FGuid & DefaultValue) const
Gets the value of SourcePlayerUuid_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetSourcePlayerUuid(FGuid & OutValue) const
Fills OutValue with the value of SourcePlayerUuid_Optional and returns true if it has been set, otherwise returns false.
public inline FGuid * GetSourcePlayerUuidOrNull()
Returns a pointer to SourcePlayerUuid_Optional, if it has been set, otherwise returns nullptr.
public inline const FGuid * GetSourcePlayerUuidOrNull() const
Returns a pointer to SourcePlayerUuid_Optional, if it has been set, otherwise returns nullptr.
public inline void SetSourcePlayerUuid(FGuid NewValue)
Sets the value of SourcePlayerUuid_Optional and also sets SourcePlayerUuid_IsSet to true.
public inline void ClearSourcePlayerUuid()
Clears the value of SourcePlayerUuid_Optional and sets SourcePlayerUuid_IsSet to false.
public inline int32 & GetTargetPlayerId()
Gets the value of TargetPlayerId_Optional, regardless of it having been set.
public inline const int32 & GetTargetPlayerId() const
Gets the value of TargetPlayerId_Optional, regardless of it having been set.
public inline const int32 & GetTargetPlayerId(const int32 & DefaultValue) const
Gets the value of TargetPlayerId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetTargetPlayerId(int32 & OutValue) const
Fills OutValue with the value of TargetPlayerId_Optional and returns true if it has been set, otherwise returns false.
public inline int32 * GetTargetPlayerIdOrNull()
Returns a pointer to TargetPlayerId_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 * GetTargetPlayerIdOrNull() const
Returns a pointer to TargetPlayerId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetTargetPlayerId(int32 NewValue)
Sets the value of TargetPlayerId_Optional and also sets TargetPlayerId_IsSet to true.
public inline void ClearTargetPlayerId()
Clears the value of TargetPlayerId_Optional and sets TargetPlayerId_IsSet to false.
public inline bool IsTargetPlayerIdDefaultValue() const
Returns true if TargetPlayerId_Optional is set and matches the default value.
public inline void SetTargetPlayerIdToDefault()
Sets the value of TargetPlayerId_Optional to its default and also sets TargetPlayerId_IsSet to true.
public inline FGuid & GetTargetPlayerUuid()
Gets the value of TargetPlayerUuid_Optional, regardless of it having been set.
public inline const FGuid & GetTargetPlayerUuid() const
Gets the value of TargetPlayerUuid_Optional, regardless of it having been set.
public inline const FGuid & GetTargetPlayerUuid(const FGuid & DefaultValue) const
Gets the value of TargetPlayerUuid_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetTargetPlayerUuid(FGuid & OutValue) const
Fills OutValue with the value of TargetPlayerUuid_Optional and returns true if it has been set, otherwise returns false.
public inline FGuid * GetTargetPlayerUuidOrNull()
Returns a pointer to TargetPlayerUuid_Optional, if it has been set, otherwise returns nullptr.
public inline const FGuid * GetTargetPlayerUuidOrNull() const
Returns a pointer to TargetPlayerUuid_Optional, if it has been set, otherwise returns nullptr.
public inline void SetTargetPlayerUuid(FGuid NewValue)
Sets the value of TargetPlayerUuid_Optional and also sets TargetPlayerUuid_IsSet to true.
public inline void ClearTargetPlayerUuid()
Clears the value of TargetPlayerUuid_Optional and sets TargetPlayerUuid_IsSet to false.
public inline FString & GetInstance()
Gets the value of Instance_Optional, regardless of it having been set.
public inline const FString & GetInstance() const
Gets the value of Instance_Optional, regardless of it having been set.
public inline const FString & GetInstance(const FString & DefaultValue) const
Gets the value of Instance_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetInstance(FString & OutValue) const
Fills OutValue with the value of Instance_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetInstanceOrNull()
Returns a pointer to Instance_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetInstanceOrNull() const
Returns a pointer to Instance_Optional, if it has been set, otherwise returns nullptr.
public inline void SetInstance(FString NewValue)
Sets the value of Instance_Optional and also sets Instance_IsSet to true.
public inline void ClearInstance()
Clears the value of Instance_Optional and sets Instance_IsSet to false.
public inline FString & GetMatch()
Gets the value of Match_Optional, regardless of it having been set.
public inline const FString & GetMatch() const
Gets the value of Match_Optional, regardless of it having been set.
public inline const FString & GetMatch(const FString & DefaultValue) const
Gets the value of Match_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetMatch(FString & OutValue) const
Fills OutValue with the value of Match_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetMatchOrNull()
Returns a pointer to Match_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetMatchOrNull() const
Returns a pointer to Match_Optional, if it has been set, otherwise returns nullptr.
public inline void SetMatch(FString NewValue)
Sets the value of Match_Optional and also sets Match_IsSet to true.
public inline void ClearMatch()
Clears the value of Match_Optional and sets Match_IsSet to false.
public inline ERHAPI_Platform & GetPlatform()
Gets the value of Platform_Optional, regardless of it having been set.
public inline const ERHAPI_Platform & GetPlatform() const
Gets the value of Platform_Optional, regardless of it having been set.
public inline const ERHAPI_Platform & GetPlatform(const ERHAPI_Platform & DefaultValue) const
Gets the value of Platform_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetPlatform(ERHAPI_Platform & OutValue) const
Fills OutValue with the value of Platform_Optional and returns true if it has been set, otherwise returns false.
public inline ERHAPI_Platform * GetPlatformOrNull()
Returns a pointer to Platform_Optional, if it has been set, otherwise returns nullptr.
public inline const ERHAPI_Platform * GetPlatformOrNull() const
Returns a pointer to Platform_Optional, if it has been set, otherwise returns nullptr.
public inline void SetPlatform(ERHAPI_Platform NewValue)
Sets the value of Platform_Optional and also sets Platform_IsSet to true.
public inline void ClearPlatform()
Clears the value of Platform_Optional and sets Platform_IsSet to false.
public inline FString & GetPlatformSessionIdBase64()
Gets the value of PlatformSessionIdBase64_Optional, regardless of it having been set.
public inline const FString & GetPlatformSessionIdBase64() const
Gets the value of PlatformSessionIdBase64_Optional, regardless of it having been set.
public inline const FString & GetPlatformSessionIdBase64(const FString & DefaultValue) const
Gets the value of PlatformSessionIdBase64_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetPlatformSessionIdBase64(FString & OutValue) const
Fills OutValue with the value of PlatformSessionIdBase64_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetPlatformSessionIdBase64OrNull()
Returns a pointer to PlatformSessionIdBase64_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetPlatformSessionIdBase64OrNull() const
Returns a pointer to PlatformSessionIdBase64_Optional, if it has been set, otherwise returns nullptr.
public inline void SetPlatformSessionIdBase64(FString NewValue)
Sets the value of PlatformSessionIdBase64_Optional and also sets PlatformSessionIdBase64_IsSet to true.
public inline void ClearPlatformSessionIdBase64()
Clears the value of PlatformSessionIdBase64_Optional and sets PlatformSessionIdBase64_IsSet to false.
public inline TMap< FString, FString > & GetCustomData()
Gets the value of CustomData_Optional, regardless of it having been set.
public inline const TMap< FString, FString > & GetCustomData() const
Gets the value of CustomData_Optional, regardless of it having been set.
public inline const TMap< FString, FString > & GetCustomData(const TMap< FString, FString > & DefaultValue) const
Gets the value of CustomData_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetCustomData(TMap< FString, FString > & OutValue) const
Fills OutValue with the value of CustomData_Optional and returns true if it has been set, otherwise returns false.
public inline TMap< FString, FString > * GetCustomDataOrNull()
Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr.
public inline const TMap< FString, FString > * GetCustomDataOrNull() const
Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr.
public inline void SetCustomData(TMap< FString, FString > NewValue)
Sets the value of CustomData_Optional and also sets CustomData_IsSet to true.
public inline void ClearCustomData()
Clears the value of CustomData_Optional and sets CustomData_IsSet to false.
public inline FDateTime & GetTimestamp()
Gets the value of Timestamp.
public inline const FDateTime & GetTimestamp() const
Gets the value of Timestamp.
public inline void SetTimestamp(FDateTime NewValue)
Sets the value of Timestamp.