Skip to main content

RHAPI_MatchSession

Summary

MembersDescriptions
struct FRHAPI_MatchSession

struct FRHAPI_MatchSession

struct FRHAPI_MatchSession
: public FRHAPI_Model

Summary

MembersDescriptions
public FString SessionIdSession ID.
public FString MatchmakingProfileId_Optional
public bool MatchmakingProfileId_IsSettrue if MatchmakingProfileId_Optional has been set to a value
public bool MatchmakingProfileId_IsNulltrue 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) constWrites 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() constGets 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() constGets the value of MatchmakingProfileId_Optional, regardless of it having been set.
public inline const FString & GetMatchmakingProfileId(const FString & DefaultValue) constGets the value of MatchmakingProfileId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetMatchmakingProfileId(FString & OutValue) constFills 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() constReturns 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() constChecks whether MatchmakingProfileId_Optional has been set.
public inline void SetMatchmakingProfileIdToNull()Sets the value explicitly to be treated as null.
public inline bool IsMatchmakingProfileIdNull() constChecks 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

  • JsonValue Data 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

  • Writer JSON 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.