Skip to content

RHAPI_FriendRelationshipV1

Summary

MembersDescriptions
struct FRHAPI_FriendRelationshipV1Represents the relationship with a potential friend. V1 includes player_id and player_uuid.

struct FRHAPI_FriendRelationshipV1

struct FRHAPI_FriendRelationshipV1
: public FRHAPI_Model

Represents the relationship with a potential friend. V1 includes player_id and player_uuid.

Summary

MembersDescriptions
public FGuid FriendsPlayerUuid
public int32 FriendsPlayerId_Optional
public bool FriendsPlayerId_IsSettrue if FriendsPlayerId_Optional has been set to a value
public ERHAPI_FriendshipStatus Status
public FString Notes_Optional
public bool Notes_IsSettrue if Notes_Optional has been set to a value
public FDateTime LastModifiedOn
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 FGuid & GetFriendsPlayerUuid()Gets the value of FriendsPlayerUuid.
public inline const FGuid & GetFriendsPlayerUuid() constGets the value of FriendsPlayerUuid.
public inline void SetFriendsPlayerUuid(FGuid NewValue)Sets the value of FriendsPlayerUuid.
public inline int32 & GetFriendsPlayerId()Gets the value of FriendsPlayerId_Optional, regardless of it having been set.
public inline const int32 & GetFriendsPlayerId() constGets the value of FriendsPlayerId_Optional, regardless of it having been set.
public inline const int32 & GetFriendsPlayerId(const int32 & DefaultValue) constGets the value of FriendsPlayerId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetFriendsPlayerId(int32 & OutValue) constFills OutValue with the value of FriendsPlayerId_Optional and returns true if it has been set, otherwise returns false.
public inline int32 * GetFriendsPlayerIdOrNull()Returns a pointer to FriendsPlayerId_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 * GetFriendsPlayerIdOrNull() constReturns a pointer to FriendsPlayerId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetFriendsPlayerId(int32 NewValue)Sets the value of FriendsPlayerId_Optional and also sets FriendsPlayerId_IsSet to true.
public inline void ClearFriendsPlayerId()Clears the value of FriendsPlayerId_Optional and sets FriendsPlayerId_IsSet to false.
public inline bool IsFriendsPlayerIdDefaultValue() constReturns true if FriendsPlayerId_Optional is set and matches the default value.
public inline void SetFriendsPlayerIdToDefault()Sets the value of FriendsPlayerId_Optional to its default and also sets FriendsPlayerId_IsSet to true.
public inline ERHAPI_FriendshipStatus & GetStatus()Gets the value of Status.
public inline const ERHAPI_FriendshipStatus & GetStatus() constGets the value of Status.
public inline void SetStatus(ERHAPI_FriendshipStatus NewValue)Sets the value of Status.
public inline FString & GetNotes()Gets the value of Notes_Optional, regardless of it having been set.
public inline const FString & GetNotes() constGets the value of Notes_Optional, regardless of it having been set.
public inline const FString & GetNotes(const FString & DefaultValue) constGets the value of Notes_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetNotes(FString & OutValue) constFills OutValue with the value of Notes_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetNotesOrNull()Returns a pointer to Notes_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetNotesOrNull() constReturns a pointer to Notes_Optional, if it has been set, otherwise returns nullptr.
public inline void SetNotes(FString NewValue)Sets the value of Notes_Optional and also sets Notes_IsSet to true.
public inline void ClearNotes()Clears the value of Notes_Optional and sets Notes_IsSet to false.
public inline FDateTime & GetLastModifiedOn()Gets the value of LastModifiedOn.
public inline const FDateTime & GetLastModifiedOn() constGets the value of LastModifiedOn.
public inline void SetLastModifiedOn(FDateTime NewValue)Sets the value of LastModifiedOn.

Members

public FGuid FriendsPlayerUuid


#### `public int32 `[`FriendsPlayerId_Optional`](#structFRHAPI__FriendRelationshipV1_1a5b26fd42f238b4d79aacaf2ff0054d0f)
#### `public bool `[`FriendsPlayerId_IsSet`](#structFRHAPI__FriendRelationshipV1_1a889b41c1b2373be3ba93c20858de32f3)

true if FriendsPlayerId_Optional has been set to a value


#### `public ERHAPI_FriendshipStatus `[`Status`](#structFRHAPI__FriendRelationshipV1_1abff1f24fecc6eeb8be9be15c4d061195)
#### `public FString `[`Notes_Optional`](#structFRHAPI__FriendRelationshipV1_1a9fb229b7f12ae3cca981c92c6f7e7491)
#### `public bool `[`Notes_IsSet`](#structFRHAPI__FriendRelationshipV1_1a47248abcf13c7b15e3f0dedf35ed979e)

true if Notes_Optional has been set to a value


#### `public FDateTime `[`LastModifiedOn`](#structFRHAPI__FriendRelationshipV1_1a71e5b77ce982ad33be82daae3236b0f1)
#### `public virtual bool `[`FromJson`](#structFRHAPI__FriendRelationshipV1_1a979b989f461647d4a62e39ddfcc199ad)`(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__FriendRelationshipV1_1a8cdd8111d616fd13d3e7c9c939970ab2)`(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 & `[`GetFriendsPlayerUuid`](#structFRHAPI__FriendRelationshipV1_1ae09e5e5d3be8e29fd742d6b8fc0c976a)`()`

Gets the value of FriendsPlayerUuid.


#### `public inline const FGuid & `[`GetFriendsPlayerUuid`](#structFRHAPI__FriendRelationshipV1_1a603c9200619c098479fd58b218dae130)`() const`

Gets the value of FriendsPlayerUuid.


#### `public inline void `[`SetFriendsPlayerUuid`](#structFRHAPI__FriendRelationshipV1_1a0fd57ec3fd2d9478015e6d0e5e456f88)`(FGuid NewValue)`

Sets the value of FriendsPlayerUuid.


#### `public inline int32 & `[`GetFriendsPlayerId`](#structFRHAPI__FriendRelationshipV1_1ad28fcd121584ede5a8e2718de786079b)`()`

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


#### `public inline const int32 & `[`GetFriendsPlayerId`](#structFRHAPI__FriendRelationshipV1_1abd50fd59f4842d6eca523058d245c571)`() const`

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


#### `public inline const int32 & `[`GetFriendsPlayerId`](#structFRHAPI__FriendRelationshipV1_1a3f1d2c4c7bf309122114fe0e5567de94)`(const int32 & DefaultValue) const`

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


#### `public inline bool `[`GetFriendsPlayerId`](#structFRHAPI__FriendRelationshipV1_1af305d8f0d1bf9eb59150c24a386810b2)`(int32 & OutValue) const`

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


#### `public inline int32 * `[`GetFriendsPlayerIdOrNull`](#structFRHAPI__FriendRelationshipV1_1a02b618afd988f84c9970756faa5e7ace)`()`

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


#### `public inline const int32 * `[`GetFriendsPlayerIdOrNull`](#structFRHAPI__FriendRelationshipV1_1ad6c45466f1d013786d1b37dc4e35dcc6)`() const`

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


#### `public inline void `[`SetFriendsPlayerId`](#structFRHAPI__FriendRelationshipV1_1a89d1733f3a933fac3bc85bda3530d991)`(int32 NewValue)`

Sets the value of FriendsPlayerId_Optional and also sets FriendsPlayerId_IsSet to true.


#### `public inline void `[`ClearFriendsPlayerId`](#structFRHAPI__FriendRelationshipV1_1a9f299a0d2c7c64960a44d6ee2d8f0c01)`()`

Clears the value of FriendsPlayerId_Optional and sets FriendsPlayerId_IsSet to false.


#### `public inline bool `[`IsFriendsPlayerIdDefaultValue`](#structFRHAPI__FriendRelationshipV1_1af31f734d2234c4980bcfaa3818e6c959)`() const`

Returns true if FriendsPlayerId_Optional is set and matches the default value.


#### `public inline void `[`SetFriendsPlayerIdToDefault`](#structFRHAPI__FriendRelationshipV1_1a01513c503faa103f818bdb286631316a)`()`

Sets the value of FriendsPlayerId_Optional to its default and also sets FriendsPlayerId_IsSet to true.


#### `public inline ERHAPI_FriendshipStatus & `[`GetStatus`](#structFRHAPI__FriendRelationshipV1_1a50af0782f062afe2dfbbf1a54a54f1ea)`()`

Gets the value of Status.


#### `public inline const ERHAPI_FriendshipStatus & `[`GetStatus`](#structFRHAPI__FriendRelationshipV1_1af54a47a554d93246eec37a7d62c96017)`() const`

Gets the value of Status.


#### `public inline void `[`SetStatus`](#structFRHAPI__FriendRelationshipV1_1aee1fab3f779cfa6f131af3a652a7798d)`(ERHAPI_FriendshipStatus NewValue)`

Sets the value of Status.


#### `public inline FString & `[`GetNotes`](#structFRHAPI__FriendRelationshipV1_1a426ede96c1cb73b5af3d707ca176d84e)`()`

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


#### `public inline const FString & `[`GetNotes`](#structFRHAPI__FriendRelationshipV1_1abe77031a34d5f9497656f0960bd0fe4c)`() const`

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


#### `public inline const FString & `[`GetNotes`](#structFRHAPI__FriendRelationshipV1_1af4951327497ae0f632cc316693d0aa3d)`(const FString & DefaultValue) const`

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


#### `public inline bool `[`GetNotes`](#structFRHAPI__FriendRelationshipV1_1aa3f8ddf6a3905e5b95aaa3f67b0cd754)`(FString & OutValue) const`

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


#### `public inline FString * `[`GetNotesOrNull`](#structFRHAPI__FriendRelationshipV1_1a66db5c6c995abc966146efd7768f8919)`()`

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


#### `public inline const FString * `[`GetNotesOrNull`](#structFRHAPI__FriendRelationshipV1_1abb35587d475e3007ec3e635a43f4a1d0)`() const`

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


#### `public inline void `[`SetNotes`](#structFRHAPI__FriendRelationshipV1_1ae72a6ad9de5ffd3dc0bd995267879134)`(FString NewValue)`

Sets the value of Notes_Optional and also sets Notes_IsSet to true.


#### `public inline void `[`ClearNotes`](#structFRHAPI__FriendRelationshipV1_1a167ae4b14a2577434b585bbebc2a24c0)`()`

Clears the value of Notes_Optional and sets Notes_IsSet to false.


#### `public inline FDateTime & `[`GetLastModifiedOn`](#structFRHAPI__FriendRelationshipV1_1ad2056206ccb715fda25af81a14315d3d)`()`

Gets the value of LastModifiedOn.


#### `public inline const FDateTime & `[`GetLastModifiedOn`](#structFRHAPI__FriendRelationshipV1_1a1e2082e0e74f07f05d5d201632b249f2)`() const`

Gets the value of LastModifiedOn.


#### `public inline void `[`SetLastModifiedOn`](#structFRHAPI__FriendRelationshipV1_1a809b7c6812bad5f06f00966825448397)`(FDateTime NewValue)`

Sets the value of LastModifiedOn.