Skip to content

RHAPI_CreatePlatformUserRequest

Summary

MembersDescriptions
struct FRHAPI_CreatePlatformUserRequestRequest parameters to create a user exists.

struct FRHAPI_CreatePlatformUserRequest

struct FRHAPI_CreatePlatformUserRequest
: public FRHAPI_Model

Request parameters to create a user exists.

Summary

MembersDescriptions
public ERHAPI_Platform PlatformPlatform to create with.
public FString PlatformUserIdPlatform user ID to create with.
public FString DisplayName_OptionalDisplay name used when creating a new player.
public bool DisplayName_IsSettrue if DisplayName_Optional has been set to a value
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 ERHAPI_Platform & GetPlatform()Gets the value of Platform.
public inline const ERHAPI_Platform & GetPlatform() constGets the value of Platform.
public inline void SetPlatform(ERHAPI_Platform NewValue)Sets the value of Platform.
public inline FString & GetPlatformUserId()Gets the value of PlatformUserId.
public inline const FString & GetPlatformUserId() constGets the value of PlatformUserId.
public inline void SetPlatformUserId(FString NewValue)Sets the value of PlatformUserId.
public inline FString & GetDisplayName()Gets the value of DisplayName_Optional, regardless of it having been set.
public inline const FString & GetDisplayName() constGets the value of DisplayName_Optional, regardless of it having been set.
public inline const FString & GetDisplayName(const FString & DefaultValue) constGets the value of DisplayName_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetDisplayName(FString & OutValue) constFills 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() constReturns 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.

Members

public ERHAPI_Platform Platform

Platform to create with.


#### `public FString `[`PlatformUserId`](#structFRHAPI__CreatePlatformUserRequest_1a587e36370f0cc58af050da8bed32e05f)

Platform user ID to create with.


#### `public FString `[`DisplayName_Optional`](#structFRHAPI__CreatePlatformUserRequest_1a2e3f3d7ea15d34d542c8110a19d0a3e3)

Display name used when creating a new player.


#### `public bool `[`DisplayName_IsSet`](#structFRHAPI__CreatePlatformUserRequest_1a7a0f7f33a973df6fb788118229369731)

true if DisplayName_Optional has been set to a value


#### `public virtual bool `[`FromJson`](#structFRHAPI__CreatePlatformUserRequest_1aceead5d2b0bb8534ac9c09f8f5fff1bf)`(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__CreatePlatformUserRequest_1a922a03a0d1d3d27b31af42288e713ab8)`(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 ERHAPI_Platform & `[`GetPlatform`](#structFRHAPI__CreatePlatformUserRequest_1abe0ddacb7c3cd1b903f426306e81ab20)`()`

Gets the value of Platform.


#### `public inline const ERHAPI_Platform & `[`GetPlatform`](#structFRHAPI__CreatePlatformUserRequest_1a532a49e83fc22a3827d4d2f9dac83ff9)`() const`

Gets the value of Platform.


#### `public inline void `[`SetPlatform`](#structFRHAPI__CreatePlatformUserRequest_1a0d51e8bdaaca25069f2c3719bce47fdc)`(ERHAPI_Platform NewValue)`

Sets the value of Platform.


#### `public inline FString & `[`GetPlatformUserId`](#structFRHAPI__CreatePlatformUserRequest_1a9ad2bfe5a284b59ea2f763d48d5184a4)`()`

Gets the value of PlatformUserId.


#### `public inline const FString & `[`GetPlatformUserId`](#structFRHAPI__CreatePlatformUserRequest_1a841ce28db2e8d459de231d302b140d35)`() const`

Gets the value of PlatformUserId.


#### `public inline void `[`SetPlatformUserId`](#structFRHAPI__CreatePlatformUserRequest_1aa576c9109a507dd45aa215299ad49eb3)`(FString NewValue)`

Sets the value of PlatformUserId.


#### `public inline FString & `[`GetDisplayName`](#structFRHAPI__CreatePlatformUserRequest_1a375d2bf3510033e4361761841c9bf140)`()`

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


#### `public inline const FString & `[`GetDisplayName`](#structFRHAPI__CreatePlatformUserRequest_1a711da1d2c6c2af0763fe0b99fa3d740d)`() const`

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


#### `public inline const FString & `[`GetDisplayName`](#structFRHAPI__CreatePlatformUserRequest_1adfbfde046ac074d78c64437bfc2a6d47)`(const FString & DefaultValue) const`

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


#### `public inline bool `[`GetDisplayName`](#structFRHAPI__CreatePlatformUserRequest_1a8a13b80603e9fc05cc5dedabc9c98f43)`(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`](#structFRHAPI__CreatePlatformUserRequest_1adea66f07e133320b42e4e51d48808820)`()`

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


#### `public inline const FString * `[`GetDisplayNameOrNull`](#structFRHAPI__CreatePlatformUserRequest_1a5bc140a8a7aee2d4a7d88c5864b3dfe1)`() const`

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


#### `public inline void `[`SetDisplayName`](#structFRHAPI__CreatePlatformUserRequest_1a65efbce7ad58e6dbff1906c4fc600af7)`(FString NewValue)`

Sets the value of DisplayName_Optional and also sets DisplayName_IsSet to true.


#### `public inline void `[`ClearDisplayName`](#structFRHAPI__CreatePlatformUserRequest_1a83baecca1ac4b53502cb573269d0aae2)`()`

Clears the value of DisplayName_Optional and sets DisplayName_IsSet to false.