RHAPI_PortalUserResponse
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PortalUserResponse |
struct FRHAPI_PortalUserResponse
struct FRHAPI_PortalUserResponse
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public FString PortalUserId_Optional | Portal user ID. |
public bool PortalUserId_IsSet | true if PortalUserId_Optional has been set to a value |
public int32 PortalId | Portal ID DEPRECATED use platform instead. |
public ERHAPI_Platform Platform | Platform. |
public FString DisplayName_Optional | Display name. |
public bool DisplayName_IsSet | true if DisplayName_Optional has been set to a value |
public int32 PlayerId | Player ID DEPRECATED use player_uuid instead. |
public FGuid PlayerUuid | Player UUID. |
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 FString & GetPortalUserId() | Gets the value of PortalUserId_Optional, regardless of it having been set. |
public inline const FString & GetPortalUserId() const | Gets the value of PortalUserId_Optional, regardless of it having been set. |
public inline const FString & GetPortalUserId(const FString & DefaultValue) const | Gets the value of PortalUserId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetPortalUserId(FString & OutValue) const | Fills OutValue with the value of PortalUserId_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetPortalUserIdOrNull() | Returns a pointer to PortalUserId_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetPortalUserIdOrNull() const | Returns a pointer to PortalUserId_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetPortalUserId(FString NewValue) | Sets the value of PortalUserId_Optional and also sets PortalUserId_IsSet to true. |
public inline void ClearPortalUserId() | Clears the value of PortalUserId_Optional and sets PortalUserId_IsSet to false. |
public inline int32 & GetPortalId() | Gets the value of PortalId. |
public inline const int32 & GetPortalId() const | Gets the value of PortalId. |
public inline void SetPortalId(int32 NewValue) | Sets the value of PortalId. |
public inline bool IsPortalIdDefaultValue() const | Returns true if PortalId matches the default value. |
public inline void SetPortalIdToDefault() | Sets the value of PortalId to its default |
public inline ERHAPI_Platform & GetPlatform() | Gets the value of Platform. |
public inline const ERHAPI_Platform & GetPlatform() const | Gets the value of Platform. |
public inline void SetPlatform(ERHAPI_Platform NewValue) | Sets the value of Platform. |
public inline FString & GetDisplayName() | Gets the value of DisplayName_Optional, regardless of it having been set. |
public inline const FString & GetDisplayName() const | Gets the value of DisplayName_Optional, regardless of it having been set. |
public inline const FString & GetDisplayName(const FString & DefaultValue) const | Gets the value of DisplayName_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetDisplayName(FString & OutValue) const | Fills OutValue with the value of DisplayName_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetDisplayNameOrNull() | Returns a pointer to DisplayName_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetDisplayNameOrNull() const | Returns a pointer to DisplayName_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetDisplayName(FString NewValue) | Sets the value of DisplayName_Optional and also sets DisplayName_IsSet to true. |
public inline void ClearDisplayName() | Clears the value of DisplayName_Optional and sets DisplayName_IsSet to false. |
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 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. |
Members
public FString PortalUserId_Optional
Portal user ID.
public bool PortalUserId_IsSet
true if PortalUserId_Optional has been set to a value
public int32 PortalId
Portal ID DEPRECATED use platform instead.
public ERHAPI_Platform Platform
Platform.
public FString DisplayName_Optional
Display name.
public bool DisplayName_IsSet
true if DisplayName_Optional has been set to a value
public int32 PlayerId
Player ID DEPRECATED use player_uuid instead.
public FGuid PlayerUuid
Player UUID.
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValueData 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
WriterJSON Writer stream to push .
public inline FString & GetPortalUserId()
Gets the value of PortalUserId_Optional, regardless of it having been set.
public inline const FString & GetPortalUserId() const
Gets the value of PortalUserId_Optional, regardless of it having been set.
public inline const FString & GetPortalUserId(const FString & DefaultValue) const
Gets the value of PortalUserId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetPortalUserId(FString & OutValue) const
Fills OutValue with the value of PortalUserId_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetPortalUserIdOrNull()
Returns a pointer to PortalUserId_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetPortalUserIdOrNull() const
Returns a pointer to PortalUserId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetPortalUserId(FString NewValue)
Sets the value of PortalUserId_Optional and also sets PortalUserId_IsSet to true.
public inline void ClearPortalUserId()
Clears the value of PortalUserId_Optional and sets PortalUserId_IsSet to false.
public inline int32 & GetPortalId()
Gets the value of PortalId.
public inline const int32 & GetPortalId() const
Gets the value of PortalId.
public inline void SetPortalId(int32 NewValue)
Sets the value of PortalId.
public inline bool IsPortalIdDefaultValue() const
Returns true if PortalId matches the default value.
public inline void SetPortalIdToDefault()
Sets the value of PortalId to its default
public inline ERHAPI_Platform & GetPlatform()
Gets the value of Platform.
public inline const ERHAPI_Platform & GetPlatform() const
Gets the value of Platform.
public inline void SetPlatform(ERHAPI_Platform NewValue)
Sets the value of Platform.
public inline FString & GetDisplayName()
Gets the value of DisplayName_Optional, regardless of it having been set.
public inline const FString & GetDisplayName() const
Gets the value of DisplayName_Optional, regardless of it having been set.
public inline const FString & GetDisplayName(const FString & DefaultValue) const
Gets the value of DisplayName_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetDisplayName(FString & OutValue) const
Fills OutValue with the value of DisplayName_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetDisplayNameOrNull()
Returns a pointer to DisplayName_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetDisplayNameOrNull() const
Returns a pointer to DisplayName_Optional, if it has been set, otherwise returns nullptr.
public inline void SetDisplayName(FString NewValue)
Sets the value of DisplayName_Optional and also sets DisplayName_IsSet to true.
public inline void ClearDisplayName()
Clears the value of DisplayName_Optional and sets DisplayName_IsSet to false.
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 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.