RHAPI_PlayerLinkedPortalsResponse
Summary
Members | Descriptions |
---|---|
struct FRHAPI_PlayerLinkedPortalsResponse | Response 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
Members | Descriptions |
---|---|
public FRHAPI_PlayerPersonResponse Player | |
public TArray< FRHAPI_PortalUserResponse > LinkedPortals | List 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) const | Writes 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 () const | Gets 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 () const | Gets the value of LinkedPortals. |
public inline void SetLinkedPortals (TArray< FRHAPI_PortalUserResponse > NewValue) | Sets the value of LinkedPortals. |
Members
public
FRHAPI_PlayerPersonResponse
Player
public TArray<
FRHAPI_PortalUserResponse
>
LinkedPortals
List of linked portals.
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
FRHAPI_PlayerPersonResponse
&
GetPlayer
()
Gets the value of Player.
public inline const
FRHAPI_PlayerPersonResponse
&
GetPlayer
() const
Gets 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
() const
Gets the value of LinkedPortals.
public inline void
SetLinkedPortals
(TArray<
FRHAPI_PortalUserResponse
> NewValue)
Sets the value of LinkedPortals.