Skip to content

RHAPI_PlayerRankUpdateResponseV2

Summary

MembersDescriptions
struct FRHAPI_PlayerRankUpdateResponseV2Response to successfully updating players’ ranks.

struct FRHAPI_PlayerRankUpdateResponseV2

struct FRHAPI_PlayerRankUpdateResponseV2
: public FRHAPI_Model

Response to successfully updating players’ ranks.

Summary

MembersDescriptions
public TArray< FRHAPI_PlayerRankResponseV2>UpdatedPlayersList of players and their updated ranks.
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 TArray< FRHAPI_PlayerRankResponseV2> &GetUpdatedPlayers()Gets the value of UpdatedPlayers.
public inline const TArray< FRHAPI_PlayerRankResponseV2> &GetUpdatedPlayers() constGets the value of UpdatedPlayers.
public inline void SetUpdatedPlayers(TArray< FRHAPI_PlayerRankResponseV2 > NewValue)Sets the value of UpdatedPlayers.

Members

public TArray< FRHAPI_PlayerRankResponseV2>UpdatedPlayers

List of players and their updated ranks.


#### `public virtual bool `[`FromJson`](#structFRHAPI__PlayerRankUpdateResponseV2_1a270e1f6dc1443bbbf698b20c401208cd)`(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`](#structFRHAPI__PlayerRankUpdateResponseV2_1a0da78137c2780126c9c4f34da659a108)`(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 TArray< `[`FRHAPI_PlayerRankResponseV2`](RHAPI_PlayerRankResponseV2.md#structFRHAPI__PlayerRankResponseV2)` > & `[`GetUpdatedPlayers`](#structFRHAPI__PlayerRankUpdateResponseV2_1ae6bcc6afd0e3fb680be6bec0a7174f50)`()`

Gets the value of UpdatedPlayers.


#### `public inline const TArray< `[`FRHAPI_PlayerRankResponseV2`](RHAPI_PlayerRankResponseV2.md#structFRHAPI__PlayerRankResponseV2)` > & `[`GetUpdatedPlayers`](#structFRHAPI__PlayerRankUpdateResponseV2_1a1b9cc5e75951d3137566c74e468c85f4)`() const`

Gets the value of UpdatedPlayers.


#### `public inline void `[`SetUpdatedPlayers`](#structFRHAPI__PlayerRankUpdateResponseV2_1a9bb57cf34346cfaf48a54f4da3679487)`(TArray< `[`FRHAPI_PlayerRankResponseV2`](RHAPI_PlayerRankResponseV2.md#structFRHAPI__PlayerRankResponseV2)` > NewValue)`

Sets the value of UpdatedPlayers.