Skip to content

RHAPI_AcknowledgeBackfillResponse

Summary

MembersDescriptions
struct FRHAPI_AcknowledgeBackfillResponse

struct FRHAPI_AcknowledgeBackfillResponse

struct FRHAPI_AcknowledgeBackfillResponse
: public FRHAPI_Model

Summary

MembersDescriptions
public TArray< FRHAPI_SessionPlayer>BackfilledPlayers_OptionalList of players that were backfilled. If empty, no players were backfilled.
public bool BackfilledPlayers_IsSettrue if BackfilledPlayers_Optional has been set to a value
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_SessionPlayer> &GetBackfilledPlayers()Gets the value of BackfilledPlayers_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_SessionPlayer> &GetBackfilledPlayers() constGets the value of BackfilledPlayers_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_SessionPlayer> &GetBackfilledPlayers(const TArray< FRHAPI_SessionPlayer > & DefaultValue) constGets the value of BackfilledPlayers_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetBackfilledPlayers(TArray< FRHAPI_SessionPlayer > & OutValue) constFills OutValue with the value of BackfilledPlayers_Optional and returns true if it has been set, otherwise returns false.
public inline TArray< FRHAPI_SessionPlayer> *GetBackfilledPlayersOrNull()Returns a pointer to BackfilledPlayers_Optional, if it has been set, otherwise returns nullptr.
public inline const TArray< FRHAPI_SessionPlayer> *GetBackfilledPlayersOrNull() constReturns a pointer to BackfilledPlayers_Optional, if it has been set, otherwise returns nullptr.
public inline void SetBackfilledPlayers(TArray< FRHAPI_SessionPlayer > NewValue)Sets the value of BackfilledPlayers_Optional and also sets BackfilledPlayers_IsSet to true.
public inline void ClearBackfilledPlayers()Clears the value of BackfilledPlayers_Optional and sets BackfilledPlayers_IsSet to false.

Members

public TArray< FRHAPI_SessionPlayer>BackfilledPlayers_Optional

List of players that were backfilled. If empty, no players were backfilled.


#### `public bool `[`BackfilledPlayers_IsSet`](#structFRHAPI__AcknowledgeBackfillResponse_1a9bafa2d898b7b9779b294aeb85e815d1)

true if BackfilledPlayers_Optional has been set to a value


#### `public virtual bool `[`FromJson`](#structFRHAPI__AcknowledgeBackfillResponse_1afecaf989cca1b02319263b1a0538cd53)`(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__AcknowledgeBackfillResponse_1aec0e768cfb08cea91ddd4162d018fa7a)`(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_SessionPlayer`](RHAPI_SessionPlayer.md#structFRHAPI__SessionPlayer)` > & `[`GetBackfilledPlayers`](#structFRHAPI__AcknowledgeBackfillResponse_1a9c9517bdabdc791d35bb91afc1da3fc6)`()`

Gets the value of BackfilledPlayers_Optional, regardless of it having been set.


#### `public inline const TArray< `[`FRHAPI_SessionPlayer`](RHAPI_SessionPlayer.md#structFRHAPI__SessionPlayer)` > & `[`GetBackfilledPlayers`](#structFRHAPI__AcknowledgeBackfillResponse_1a366ff2235ab432d7d291406e842e9d1e)`() const`

Gets the value of BackfilledPlayers_Optional, regardless of it having been set.


#### `public inline const TArray< `[`FRHAPI_SessionPlayer`](RHAPI_SessionPlayer.md#structFRHAPI__SessionPlayer)` > & `[`GetBackfilledPlayers`](#structFRHAPI__AcknowledgeBackfillResponse_1aafdfe19dfb6a04ee2ac27b2e6628aa6c)`(const TArray< `[`FRHAPI_SessionPlayer`](RHAPI_SessionPlayer.md#structFRHAPI__SessionPlayer)` > & DefaultValue) const`

Gets the value of BackfilledPlayers_Optional, if it has been set, otherwise it returns DefaultValue.


#### `public inline bool `[`GetBackfilledPlayers`](#structFRHAPI__AcknowledgeBackfillResponse_1a2cbc045425237f6f8899b282908596a1)`(TArray< `[`FRHAPI_SessionPlayer`](RHAPI_SessionPlayer.md#structFRHAPI__SessionPlayer)` > & OutValue) const`

Fills OutValue with the value of BackfilledPlayers_Optional and returns true if it has been set, otherwise returns false.


#### `public inline TArray< `[`FRHAPI_SessionPlayer`](RHAPI_SessionPlayer.md#structFRHAPI__SessionPlayer)` > * `[`GetBackfilledPlayersOrNull`](#structFRHAPI__AcknowledgeBackfillResponse_1a4c3fc4ebd860b8db99c310aa5c4aeb13)`()`

Returns a pointer to BackfilledPlayers_Optional, if it has been set, otherwise returns nullptr.


#### `public inline const TArray< `[`FRHAPI_SessionPlayer`](RHAPI_SessionPlayer.md#structFRHAPI__SessionPlayer)` > * `[`GetBackfilledPlayersOrNull`](#structFRHAPI__AcknowledgeBackfillResponse_1af49d805208763958a0a76bb1bcf00a80)`() const`

Returns a pointer to BackfilledPlayers_Optional, if it has been set, otherwise returns nullptr.


#### `public inline void `[`SetBackfilledPlayers`](#structFRHAPI__AcknowledgeBackfillResponse_1a9fd607d0415fb7f31f10434c109182ce)`(TArray< `[`FRHAPI_SessionPlayer`](RHAPI_SessionPlayer.md#structFRHAPI__SessionPlayer)` > NewValue)`

Sets the value of BackfilledPlayers_Optional and also sets BackfilledPlayers_IsSet to true.


#### `public inline void `[`ClearBackfilledPlayers`](#structFRHAPI__AcknowledgeBackfillResponse_1a5df126a7e77babbaedc697a42980a889)`()`

Clears the value of BackfilledPlayers_Optional and sets BackfilledPlayers_IsSet to false.