RHAPI_PlayerReport
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PlayerReport |
struct FRHAPI_PlayerReport
struct FRHAPI_PlayerReport
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public FString ReportId | Unique ID for the player report. |
public FGuid SourcePlayerUuid_Optional | |
public bool SourcePlayerUuid_IsSet | true if SourcePlayerUuid_Optional has been set to a value |
public bool SourcePlayerUuid_IsNull | true if SourcePlayerUuid_Optional has been explicitly set to null |
public int32 SourcePlayerId_Optional | |
public bool SourcePlayerId_IsSet | true if SourcePlayerId_Optional has been set to a value |
public bool SourcePlayerId_IsNull | true if SourcePlayerId_Optional has been explicitly set to null |
public FGuid TargetPlayerUuid | |
public bool TargetPlayerUuid_IsNull | true if TargetPlayerUuid has been explicitly set to null |
public int32 TargetPlayerId_Optional | |
public bool TargetPlayerId_IsSet | true if TargetPlayerId_Optional has been set to a value |
public bool TargetPlayerId_IsNull | true if TargetPlayerId_Optional has been explicitly set to null |
public ERHAPI_ReportReason Reason | The reason for the report. |
public FString Description_Optional | |
public bool Description_IsSet | true if Description_Optional has been set to a value |
public bool Description_IsNull | true if Description_Optional has been explicitly set to null |
public FString SessionId_Optional | |
public bool SessionId_IsSet | true if SessionId_Optional has been set to a value |
public bool SessionId_IsNull | true if SessionId_Optional has been explicitly set to null |
public FString InstanceId_Optional | |
public bool InstanceId_IsSet | true if InstanceId_Optional has been set to a value |
public bool InstanceId_IsNull | true if InstanceId_Optional has been explicitly set to null |
public FString MatchId_Optional | |
public bool MatchId_IsSet | true if MatchId_Optional has been set to a value |
public bool MatchId_IsNull | true if MatchId_Optional has been explicitly set to null |
public FString MatchSegment_Optional | |
public bool MatchSegment_IsSet | true if MatchSegment_Optional has been set to a value |
public bool MatchSegment_IsNull | true if MatchSegment_Optional has been explicitly set to null |
public TMap< FString, FString > CustomData_Optional | Custom data for the report. |
public bool CustomData_IsSet | true if CustomData_Optional has been set to a value |
public FDateTime Created_Optional | |
public bool Created_IsSet | true if Created_Optional has been set to a value |
public bool Created_IsNull | true if Created_Optional has been explicitly set to null |
public FDateTime Modified_Optional | |
public bool Modified_IsSet | true if Modified_Optional has been set to a value |
public bool Modified_IsNull | true if Modified_Optional has been explicitly set to null |
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 & GetReportId() | Gets the value of ReportId. |
public inline const FString & GetReportId() const | Gets the value of ReportId. |
public inline void SetReportId(const FString & NewValue) | Sets the value of ReportId. |
public inline void SetReportId(FString && NewValue) | Sets the value of ReportId using move semantics. |
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(const FGuid & NewValue) | Sets the value of SourcePlayerUuid_Optional and also sets SourcePlayerUuid_IsSet to true. |
public inline void SetSourcePlayerUuid(FGuid && NewValue) | Sets the value of SourcePlayerUuid_Optional and also sets SourcePlayerUuid_IsSet to true using move semantics. |
public inline void ClearSourcePlayerUuid() | Clears the value of SourcePlayerUuid_Optional and sets SourcePlayerUuid_IsSet to false. |
public inline bool IsSourcePlayerUuidSet() const | Checks whether SourcePlayerUuid_Optional has been set. |
public inline void SetSourcePlayerUuidToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsSourcePlayerUuidNull() const | Checks whether SourcePlayerUuid_Optional is set to null. |
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(const int32 & NewValue) | Sets the value of SourcePlayerId_Optional and also sets SourcePlayerId_IsSet to true. |
public inline void SetSourcePlayerId(int32 && NewValue) | Sets the value of SourcePlayerId_Optional and also sets SourcePlayerId_IsSet to true using move semantics. |
public inline void ClearSourcePlayerId() | Clears the value of SourcePlayerId_Optional and sets SourcePlayerId_IsSet to false. |
public inline bool IsSourcePlayerIdSet() const | Checks whether SourcePlayerId_Optional has been set. |
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 void SetSourcePlayerIdToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsSourcePlayerIdNull() const | Checks whether SourcePlayerId_Optional is set to null. |
public inline FGuid & GetTargetPlayerUuid() | Gets the value of TargetPlayerUuid. |
public inline const FGuid & GetTargetPlayerUuid() const | Gets the value of TargetPlayerUuid. |
public inline void SetTargetPlayerUuid(const FGuid & NewValue) | Sets the value of TargetPlayerUuid. |
public inline void SetTargetPlayerUuid(FGuid && NewValue) | Sets the value of TargetPlayerUuid using move semantics. |
public inline void SetTargetPlayerUuidToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsTargetPlayerUuidNull() const | Checks whether TargetPlayerUuid is set to null. |
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(const int32 & NewValue) | Sets the value of TargetPlayerId_Optional and also sets TargetPlayerId_IsSet to true. |
public inline void SetTargetPlayerId(int32 && NewValue) | Sets the value of TargetPlayerId_Optional and also sets TargetPlayerId_IsSet to true using move semantics. |
public inline void ClearTargetPlayerId() | Clears the value of TargetPlayerId_Optional and sets TargetPlayerId_IsSet to false. |
public inline bool IsTargetPlayerIdSet() const | Checks whether TargetPlayerId_Optional has been set. |
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 void SetTargetPlayerIdToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsTargetPlayerIdNull() const | Checks whether TargetPlayerId_Optional is set to null. |
public inline ERHAPI_ReportReason & GetReason() | Gets the value of Reason. |
public inline const ERHAPI_ReportReason & GetReason() const | Gets the value of Reason. |
public inline void SetReason(const ERHAPI_ReportReason & NewValue) | Sets the value of Reason. |
public inline void SetReason(ERHAPI_ReportReason && NewValue) | Sets the value of Reason using move semantics. |
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(const FString & NewValue) | Sets the value of Description_Optional and also sets Description_IsSet to true. |
public inline void SetDescription(FString && NewValue) | Sets the value of Description_Optional and also sets Description_IsSet to true using move semantics. |
public inline void ClearDescription() | Clears the value of Description_Optional and sets Description_IsSet to false. |
public inline bool IsDescriptionSet() const | Checks whether Description_Optional has been set. |
public inline void SetDescriptionToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsDescriptionNull() const | Checks whether Description_Optional is set to null. |
public inline FString & GetSessionId() | Gets the value of SessionId_Optional, regardless of it having been set. |
public inline const FString & GetSessionId() const | Gets the value of SessionId_Optional, regardless of it having been set. |
public inline const FString & GetSessionId(const FString & DefaultValue) const | Gets the value of SessionId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetSessionId(FString & OutValue) const | Fills OutValue with the value of SessionId_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetSessionIdOrNull() | Returns a pointer to SessionId_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetSessionIdOrNull() const | Returns a pointer to SessionId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetSessionId(const FString & NewValue) | Sets the value of SessionId_Optional and also sets SessionId_IsSet to true. |
public inline void SetSessionId(FString && NewValue) | Sets the value of SessionId_Optional and also sets SessionId_IsSet to true using move semantics. |
public inline void ClearSessionId() | Clears the value of SessionId_Optional and sets SessionId_IsSet to false. |
public inline bool IsSessionIdSet() const | Checks whether SessionId_Optional has been set. |
public inline void SetSessionIdToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsSessionIdNull() const | Checks whether SessionId_Optional is set to null. |
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 void SetInstanceIdToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsInstanceIdNull() const | Checks whether InstanceId_Optional is set to null. |
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 void SetMatchIdToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsMatchIdNull() const | Checks whether MatchId_Optional is set to null. |
public inline FString & GetMatchSegment() | Gets the value of MatchSegment_Optional, regardless of it having been set. |
public inline const FString & GetMatchSegment() const | Gets the value of MatchSegment_Optional, regardless of it having been set. |
public inline const FString & GetMatchSegment(const FString & DefaultValue) const | Gets the value of MatchSegment_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetMatchSegment(FString & OutValue) const | Fills OutValue with the value of MatchSegment_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetMatchSegmentOrNull() | Returns a pointer to MatchSegment_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetMatchSegmentOrNull() const | Returns a pointer to MatchSegment_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetMatchSegment(const FString & NewValue) | Sets the value of MatchSegment_Optional and also sets MatchSegment_IsSet to true. |
public inline void SetMatchSegment(FString && NewValue) | Sets the value of MatchSegment_Optional and also sets MatchSegment_IsSet to true using move semantics. |
public inline void ClearMatchSegment() | Clears the value of MatchSegment_Optional and sets MatchSegment_IsSet to false. |
public inline bool IsMatchSegmentSet() const | Checks whether MatchSegment_Optional has been set. |
public inline void SetMatchSegmentToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsMatchSegmentNull() const | Checks whether MatchSegment_Optional is set to null. |
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(const TMap< FString, FString > & NewValue) | Sets the value of CustomData_Optional and also sets CustomData_IsSet to true. |
public inline void SetCustomData(TMap< FString, FString > && NewValue) | Sets the value of CustomData_Optional and also sets CustomData_IsSet to true using move semantics. |
public inline void ClearCustomData() | Clears the value of CustomData_Optional and sets CustomData_IsSet to false. |
public inline bool IsCustomDataSet() const | Checks whether CustomData_Optional has been set. |
public inline FDateTime & GetCreated() | Gets the value of Created_Optional, regardless of it having been set. |
public inline const FDateTime & GetCreated() const | Gets the value of Created_Optional, regardless of it having been set. |
public inline const FDateTime & GetCreated(const FDateTime & DefaultValue) const | Gets the value of Created_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetCreated(FDateTime & OutValue) const | Fills OutValue with the value of Created_Optional and returns true if it has been set, otherwise returns false. |
public inline FDateTime * GetCreatedOrNull() | Returns a pointer to Created_Optional, if it has been set, otherwise returns nullptr. |
public inline const FDateTime * GetCreatedOrNull() const | Returns a pointer to Created_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetCreated(const FDateTime & NewValue) | Sets the value of Created_Optional and also sets Created_IsSet to true. |
public inline void SetCreated(FDateTime && NewValue) | Sets the value of Created_Optional and also sets Created_IsSet to true using move semantics. |
public inline void ClearCreated() | Clears the value of Created_Optional and sets Created_IsSet to false. |
public inline bool IsCreatedSet() const | Checks whether Created_Optional has been set. |
public inline void SetCreatedToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsCreatedNull() const | Checks whether Created_Optional is set to null. |
public inline FDateTime & GetModified() | Gets the value of Modified_Optional, regardless of it having been set. |
public inline const FDateTime & GetModified() const | Gets the value of Modified_Optional, regardless of it having been set. |
public inline const FDateTime & GetModified(const FDateTime & DefaultValue) const | Gets the value of Modified_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetModified(FDateTime & OutValue) const | Fills OutValue with the value of Modified_Optional and returns true if it has been set, otherwise returns false. |
public inline FDateTime * GetModifiedOrNull() | Returns a pointer to Modified_Optional, if it has been set, otherwise returns nullptr. |
public inline const FDateTime * GetModifiedOrNull() const | Returns a pointer to Modified_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetModified(const FDateTime & NewValue) | Sets the value of Modified_Optional and also sets Modified_IsSet to true. |
public inline void SetModified(FDateTime && NewValue) | Sets the value of Modified_Optional and also sets Modified_IsSet to true using move semantics. |
public inline void ClearModified() | Clears the value of Modified_Optional and sets Modified_IsSet to false. |
public inline bool IsModifiedSet() const | Checks whether Modified_Optional has been set. |
public inline void SetModifiedToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsModifiedNull() const | Checks whether Modified_Optional is set to null. |
Members
public FString ReportId
Unique ID for the player report.
public FGuid SourcePlayerUuid_Optional
public bool SourcePlayerUuid_IsSet
true if SourcePlayerUuid_Optional has been set to a value
public bool SourcePlayerUuid_IsNull
true if SourcePlayerUuid_Optional has been explicitly set to null
public int32 SourcePlayerId_Optional
public bool SourcePlayerId_IsSet
true if SourcePlayerId_Optional has been set to a value
public bool SourcePlayerId_IsNull
true if SourcePlayerId_Optional has been explicitly set to null
public FGuid TargetPlayerUuid
public bool TargetPlayerUuid_IsNull
true if TargetPlayerUuid has been explicitly set to null
public int32 TargetPlayerId_Optional
public bool TargetPlayerId_IsSet
true if TargetPlayerId_Optional has been set to a value
public bool TargetPlayerId_IsNull
true if TargetPlayerId_Optional has been explicitly set to null
public ERHAPI_ReportReason Reason
The reason for the report.
public FString Description_Optional
public bool Description_IsSet
true if Description_Optional has been set to a value
public bool Description_IsNull
true if Description_Optional has been explicitly set to null
public FString SessionId_Optional
public bool SessionId_IsSet
true if SessionId_Optional has been set to a value
public bool SessionId_IsNull
true if SessionId_Optional has been explicitly set to null
public FString InstanceId_Optional
public bool InstanceId_IsSet
true if InstanceId_Optional has been set to a value
public bool InstanceId_IsNull
true if InstanceId_Optional has been explicitly set to null
public FString MatchId_Optional
public bool MatchId_IsSet
true if MatchId_Optional has been set to a value
public bool MatchId_IsNull
true if MatchId_Optional has been explicitly set to null
public FString MatchSegment_Optional
public bool MatchSegment_IsSet
true if MatchSegment_Optional has been set to a value
public bool MatchSegment_IsNull
true if MatchSegment_Optional has been explicitly set to null
public TMap< FString, FString > CustomData_Optional
Custom data for the report.
public bool CustomData_IsSet
true if CustomData_Optional has been set to a value
public FDateTime Created_Optional
public bool Created_IsSet
true if Created_Optional has been set to a value
public bool Created_IsNull
true if Created_Optional has been explicitly set to null
public FDateTime Modified_Optional
public bool Modified_IsSet
true if Modified_Optional has been set to a value
public bool Modified_IsNull
true if Modified_Optional has been explicitly set to null
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 & GetReportId()
Gets the value of ReportId.
public inline const FString & GetReportId() const
Gets the value of ReportId.
public inline void SetReportId(const FString & NewValue)
Sets the value of ReportId.
public inline void SetReportId(FString && NewValue)
Sets the value of ReportId using move semantics.
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(const FGuid & NewValue)
Sets the value of SourcePlayerUuid_Optional and also sets SourcePlayerUuid_IsSet to true.
public inline void SetSourcePlayerUuid(FGuid && NewValue)
Sets the value of SourcePlayerUuid_Optional and also sets SourcePlayerUuid_IsSet to true using move semantics.
public inline void ClearSourcePlayerUuid()
Clears the value of SourcePlayerUuid_Optional and sets SourcePlayerUuid_IsSet to false.
public inline bool IsSourcePlayerUuidSet() const
Checks whether SourcePlayerUuid_Optional has been set.
public inline void SetSourcePlayerUuidToNull()
Sets the value explicitly to be treated as null.
public inline bool IsSourcePlayerUuidNull() const
Checks whether SourcePlayerUuid_Optional is set to null.
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.