Skip to main content

RHAPI_QueueJoinResponse

Summary

MembersDescriptions
struct FRHAPI_QueueJoinResponseA response for successfully joining a matchmaking queue.

struct FRHAPI_QueueJoinResponse

struct FRHAPI_QueueJoinResponse
: public FRHAPI_Model

A response for successfully joining a matchmaking queue.

Summary

MembersDescriptions
public FString TicketIdID for the newly created match making ticket.
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 & GetTicketId()Gets the value of TicketId.
public inline const FString & GetTicketId() constGets the value of TicketId.
public inline void SetTicketId(const FString & NewValue)Sets the value of TicketId.
public inline void SetTicketId(FString && NewValue)Sets the value of TicketId using move semantics.

Members

public FString TicketId

ID for the newly created match making ticket.

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 & GetTicketId()

Gets the value of TicketId.

public inline const FString & GetTicketId() const

Gets the value of TicketId.

public inline void SetTicketId(const FString & NewValue)

Sets the value of TicketId.

public inline void SetTicketId(FString && NewValue)

Sets the value of TicketId using move semantics.