RHAPI_QueueJoinResponse
Summary
Members | Descriptions |
---|---|
struct FRHAPI_QueueJoinResponse | A 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
Members | Descriptions |
---|---|
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. |
public virtual void WriteJson (TSharedRef< TJsonWriter<>> & Writer) const | Writes 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 () const | Gets the value of TicketId. |
public inline void SetTicketId (FString NewValue) | Sets the value of TicketId. |
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
(FString NewValue)
Sets the value of TicketId.