RHAPI_MatchSession
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_MatchSession |
struct FRHAPI_MatchSession
struct FRHAPI_MatchSession
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public FString SessionId | Session ID. |
public FString MatchmakingProfileId_Optional | |
public bool MatchmakingProfileId_IsSet | true if MatchmakingProfileId_Optional has been set to a value |
public bool MatchmakingProfileId_IsNull | true if MatchmakingProfileId_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 & GetSessionId() | Gets the value of SessionId. |
public inline const FString & GetSessionId() const | Gets the value of SessionId. |
public inline void SetSessionId(const FString & NewValue) | Sets the value of SessionId. |
public inline void SetSessionId(FString && NewValue) | Sets the value of SessionId using move semantics. |
public inline FString & GetMatchmakingProfileId() | Gets the value of MatchmakingProfileId_Optional, regardless of it having been set. |
public inline const FString & GetMatchmakingProfileId() const | Gets the value of MatchmakingProfileId_Optional, regardless of it having been set. |
public inline const FString & GetMatchmakingProfileId(const FString & DefaultValue) const | Gets the value of MatchmakingProfileId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetMatchmakingProfileId(FString & OutValue) const | Fills OutValue with the value of MatchmakingProfileId_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetMatchmakingProfileIdOrNull() | Returns a pointer to MatchmakingProfileId_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetMatchmakingProfileIdOrNull() const | Returns a pointer to MatchmakingProfileId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetMatchmakingProfileId(const FString & NewValue) | Sets the value of MatchmakingProfileId_Optional and also sets MatchmakingProfileId_IsSet to true. |
public inline void SetMatchmakingProfileId(FString && NewValue) | Sets the value of MatchmakingProfileId_Optional and also sets MatchmakingProfileId_IsSet to true using move semantics. |
public inline void ClearMatchmakingProfileId() | Clears the value of MatchmakingProfileId_Optional and sets MatchmakingProfileId_IsSet to false. |
public inline bool IsMatchmakingProfileIdSet() const | Checks whether MatchmakingProfileId_Optional has been set. |
public inline void SetMatchmakingProfileIdToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsMatchmakingProfileIdNull() const | Checks whether MatchmakingProfileId_Optional is set to null. |
Members
public FString SessionId
Session ID.
public FString MatchmakingProfileId_Optional
public bool MatchmakingProfileId_IsSet
true if MatchmakingProfileId_Optional has been set to a value
public bool MatchmakingProfileId_IsNull
true if MatchmakingProfileId_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 & GetSessionId()
Gets the value of SessionId.
public inline const FString & GetSessionId() const
Gets the value of SessionId.
public inline void SetSessionId(const FString & NewValue)
Sets the value of SessionId.
public inline void SetSessionId(FString && NewValue)
Sets the value of SessionId using move semantics.
public inline FString & GetMatchmakingProfileId()
Gets the value of MatchmakingProfileId_Optional, regardless of it having been set.
public inline const FString & GetMatchmakingProfileId() const
Gets the value of MatchmakingProfileId_Optional, regardless of it having been set.
public inline const FString & GetMatchmakingProfileId(const FString & DefaultValue) const
Gets the value of MatchmakingProfileId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetMatchmakingProfileId(FString & OutValue) const
Fills OutValue with the value of MatchmakingProfileId_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetMatchmakingProfileIdOrNull()
Returns a pointer to MatchmakingProfileId_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetMatchmakingProfileIdOrNull() const
Returns a pointer to MatchmakingProfileId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetMatchmakingProfileId(const FString & NewValue)
Sets the value of MatchmakingProfileId_Optional and also sets MatchmakingProfileId_IsSet to true.
public inline void SetMatchmakingProfileId(FString && NewValue)
Sets the value of MatchmakingProfileId_Optional and also sets MatchmakingProfileId_IsSet to true using move semantics.
public inline void ClearMatchmakingProfileId()
Clears the value of MatchmakingProfileId_Optional and sets MatchmakingProfileId_IsSet to false.
public inline bool IsMatchmakingProfileIdSet() const
Checks whether MatchmakingProfileId_Optional has been set.
public inline void SetMatchmakingProfileIdToNull()
Sets the value explicitly to be treated as null.
public inline bool IsMatchmakingProfileIdNull() const
Checks whether MatchmakingProfileId_Optional is set to null.