RHAPI_FriendsListV1
Summary
Members | Descriptions |
---|---|
struct FRHAPI_FriendsListV1 | List of the player’s friends. Includes sent friend requests and received friends requests. |
struct FRHAPI_FriendsListV1
struct FRHAPI_FriendsListV1
: public FRHAPI_Model
List of the player’s friends. Includes sent friend requests and received friends requests.
Summary
Members | Descriptions |
---|---|
public FGuid PlayerUuid | |
public int32 PlayerId | |
public TArray< FRHAPI_FriendRelationshipV1 > Friends | |
public FRHAPI_PageMeta Page | |
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 FGuid & GetPlayerUuid () | Gets the value of PlayerUuid. |
public inline const FGuid & GetPlayerUuid () const | Gets the value of PlayerUuid. |
public inline void SetPlayerUuid (FGuid NewValue) | Sets the value of PlayerUuid. |
public inline int32 & GetPlayerId () | Gets the value of PlayerId. |
public inline const int32 & GetPlayerId () const | Gets the value of PlayerId. |
public inline void SetPlayerId (int32 NewValue) | Sets the value of PlayerId. |
public inline bool IsPlayerIdDefaultValue () const | Returns true if PlayerId matches the default value. |
public inline void SetPlayerIdToDefault () | Sets the value of PlayerId to its default |
public inline TArray< FRHAPI_FriendRelationshipV1 > & GetFriends () | Gets the value of Friends. |
public inline const TArray< FRHAPI_FriendRelationshipV1 > & GetFriends () const | Gets the value of Friends. |
public inline void SetFriends (TArray< FRHAPI_FriendRelationshipV1 > NewValue) | Sets the value of Friends. |
public inline FRHAPI_PageMeta & GetPage () | Gets the value of Page. |
public inline const FRHAPI_PageMeta & GetPage () const | Gets the value of Page. |
public inline void SetPage ( FRHAPI_PageMeta NewValue) | Sets the value of Page. |
Members
public FGuid
PlayerUuid
public int32
PlayerId
public TArray<
FRHAPI_FriendRelationshipV1
>
Friends
public
FRHAPI_PageMeta
Page
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 FGuid &
GetPlayerUuid
()
Gets the value of PlayerUuid.
public inline const FGuid &
GetPlayerUuid
() const
Gets the value of PlayerUuid.
public inline void
SetPlayerUuid
(FGuid NewValue)
Sets the value of PlayerUuid.
public inline int32 &
GetPlayerId
()
Gets the value of PlayerId.
public inline const int32 &
GetPlayerId
() const
Gets the value of PlayerId.
public inline void
SetPlayerId
(int32 NewValue)
Sets the value of PlayerId.
public inline bool
IsPlayerIdDefaultValue
() const
Returns true if PlayerId matches the default value.
public inline void
SetPlayerIdToDefault
()
Sets the value of PlayerId to its default
public inline TArray<
FRHAPI_FriendRelationshipV1
> &
GetFriends
()
Gets the value of Friends.
public inline const TArray<
FRHAPI_FriendRelationshipV1
> &
GetFriends
() const
Gets the value of Friends.
public inline void
SetFriends
(TArray<
FRHAPI_FriendRelationshipV1
> NewValue)
Sets the value of Friends.
public inline
FRHAPI_PageMeta
&
GetPage
()
Gets the value of Page.
public inline const
FRHAPI_PageMeta
&
GetPage
() const
Gets the value of Page.
public inline void
SetPage
(
FRHAPI_PageMeta
NewValue)
Sets the value of Page.