Skip to content

RHAPI_PlayerLinkedPortalsResponse

Summary

MembersDescriptions
struct FRHAPI_PlayerLinkedPortalsResponseResponse for getting a player’s linked portals.

struct FRHAPI_PlayerLinkedPortalsResponse

struct FRHAPI_PlayerLinkedPortalsResponse
: public FRHAPI_Model

Response for getting a player’s linked portals.

Summary

MembersDescriptions
public FRHAPI_PlayerPersonResponse PlayerPlayer info.
public TArray< FRHAPI_PortalUserResponse>LinkedPortalsList of linked portals.
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 FRHAPI_PlayerPersonResponse&GetPlayer()Gets the value of Player.
public inline const FRHAPI_PlayerPersonResponse&GetPlayer() constGets the value of Player.
public inline void SetPlayer(FRHAPI_PlayerPersonResponse NewValue)Sets the value of Player.
public inline TArray< FRHAPI_PortalUserResponse> &GetLinkedPortals()Gets the value of LinkedPortals.
public inline const TArray< FRHAPI_PortalUserResponse> &GetLinkedPortals() constGets the value of LinkedPortals.
public inline void SetLinkedPortals(TArray< FRHAPI_PortalUserResponse > NewValue)Sets the value of LinkedPortals.

Members

public FRHAPI_PlayerPersonResponse Player

Player info.


#### `public TArray< `[`FRHAPI_PortalUserResponse`](RHAPI_PortalUserResponse.md#structFRHAPI__PortalUserResponse)` > `[`LinkedPortals`](#structFRHAPI__PlayerLinkedPortalsResponse_1ac1f8f019c04222056b61d97b54d8272f)

List of linked portals.


#### `public virtual bool `[`FromJson`](#structFRHAPI__PlayerLinkedPortalsResponse_1a76e7a20aec8cefbb1a980050c7695338)`(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__PlayerLinkedPortalsResponse_1aeba5999e8c3c9ea6e5bb1db98bebffb6)`(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 `[`FRHAPI_PlayerPersonResponse`](RHAPI_PlayerPersonResponse.md#structFRHAPI__PlayerPersonResponse)` & `[`GetPlayer`](#structFRHAPI__PlayerLinkedPortalsResponse_1ab4f03673760a8590bb5e4a3538d12e91)`()`

Gets the value of Player.


#### `public inline const `[`FRHAPI_PlayerPersonResponse`](RHAPI_PlayerPersonResponse.md#structFRHAPI__PlayerPersonResponse)` & `[`GetPlayer`](#structFRHAPI__PlayerLinkedPortalsResponse_1aba984aeda927da00cc0a451d9de3aed5)`() const`

Gets the value of Player.


#### `public inline void `[`SetPlayer`](#structFRHAPI__PlayerLinkedPortalsResponse_1a08acab14a0dc5a937831282fe5f5411a)`(`[`FRHAPI_PlayerPersonResponse`](RHAPI_PlayerPersonResponse.md#structFRHAPI__PlayerPersonResponse)` NewValue)`

Sets the value of Player.


#### `public inline TArray< `[`FRHAPI_PortalUserResponse`](RHAPI_PortalUserResponse.md#structFRHAPI__PortalUserResponse)` > & `[`GetLinkedPortals`](#structFRHAPI__PlayerLinkedPortalsResponse_1a196d15c210a1a5307ffc1da73603233f)`()`

Gets the value of LinkedPortals.


#### `public inline const TArray< `[`FRHAPI_PortalUserResponse`](RHAPI_PortalUserResponse.md#structFRHAPI__PortalUserResponse)` > & `[`GetLinkedPortals`](#structFRHAPI__PlayerLinkedPortalsResponse_1aee0bbbacb0df667a9e2e819eace01a64)`() const`

Gets the value of LinkedPortals.


#### `public inline void `[`SetLinkedPortals`](#structFRHAPI__PlayerLinkedPortalsResponse_1a686c98afb13ebd719d23e4383f92de5c)`(TArray< `[`FRHAPI_PortalUserResponse`](RHAPI_PortalUserResponse.md#structFRHAPI__PortalUserResponse)` > NewValue)`

Sets the value of LinkedPortals.