RHAPI_PlatformIdentityLookupResults
Summary
Members | Descriptions |
---|---|
struct FRHAPI_PlatformIdentityLookupResults | Lookup results for a platform user id. |
struct FRHAPI_PlatformIdentityLookupResults
Lookup results for a platform user id.
Summary
Members | Descriptions |
---|---|
public TMap< FString, FRHAPI_PlayerResponse > Identity_Optional | List of platform user ids and the players that match that platform user id. |
public bool Identity_IsSet | true if Identity_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) const | Writes the data from this object into the specified JSON Writer stream. |
public inline TMap< FString, FRHAPI_PlayerResponse > & GetIdentity () | Gets the value of Identity_Optional, regardless of it having been set. |
public inline const TMap< FString, FRHAPI_PlayerResponse > & GetIdentity () const | Gets the value of Identity_Optional, regardless of it having been set. |
public inline const TMap< FString, FRHAPI_PlayerResponse > & GetIdentity (const TMap< FString, FRHAPI_PlayerResponse > & DefaultValue) const | Gets the value of Identity_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetIdentity (TMap< FString, FRHAPI_PlayerResponse > & OutValue) const | Fills OutValue with the value of Identity_Optional and returns true if it has been set, otherwise returns false. |
public inline TMap< FString, FRHAPI_PlayerResponse > * GetIdentityOrNull () | Returns a pointer to Identity_Optional, if it has been set, otherwise returns nullptr. |
public inline const TMap< FString, FRHAPI_PlayerResponse > * GetIdentityOrNull () const | Returns a pointer to Identity_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetIdentity (TMap< FString, FRHAPI_PlayerResponse > NewValue) | Sets the value of Identity_Optional and also sets Identity_IsSet to true. |
public inline void ClearIdentity () | Clears the value of Identity_Optional and sets Identity_IsSet to false. |
Members
public TMap< FString,
FRHAPI_PlayerResponse
>
Identity_Optional
List of platform user ids and the players that match that platform user id.
#### `public bool `[`Identity_IsSet`](#structFRHAPI__PlatformIdentityLookupResults_1a726c02e11706d55e61507f78b39c86e0)
true if Identity_Optional has been set to a value
#### `public virtual bool `[`FromJson`](#structFRHAPI__PlatformIdentityLookupResults_1a9e157dd1f379185352e84233304f8a98)`(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__PlatformIdentityLookupResults_1a8570a73905d233486b39be55dfc22731)`(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 TMap< FString, `[`FRHAPI_PlayerResponse`](RHAPI_PlayerResponse.md#structFRHAPI__PlayerResponse)` > & `[`GetIdentity`](#structFRHAPI__PlatformIdentityLookupResults_1a11959a09f8ff2131a34d3a81ad51a684)`()`
Gets the value of Identity_Optional, regardless of it having been set.
#### `public inline const TMap< FString, `[`FRHAPI_PlayerResponse`](RHAPI_PlayerResponse.md#structFRHAPI__PlayerResponse)` > & `[`GetIdentity`](#structFRHAPI__PlatformIdentityLookupResults_1acbe9eeb085f5634eb37966a990bb3061)`() const`
Gets the value of Identity_Optional, regardless of it having been set.
#### `public inline const TMap< FString, `[`FRHAPI_PlayerResponse`](RHAPI_PlayerResponse.md#structFRHAPI__PlayerResponse)` > & `[`GetIdentity`](#structFRHAPI__PlatformIdentityLookupResults_1a5b8b998bc31ecc3e04d72c57a3d19296)`(const TMap< FString, `[`FRHAPI_PlayerResponse`](RHAPI_PlayerResponse.md#structFRHAPI__PlayerResponse)` > & DefaultValue) const`
Gets the value of Identity_Optional, if it has been set, otherwise it returns DefaultValue.
#### `public inline bool `[`GetIdentity`](#structFRHAPI__PlatformIdentityLookupResults_1a5d34c865dd67d82644989486c3ca19b6)`(TMap< FString, `[`FRHAPI_PlayerResponse`](RHAPI_PlayerResponse.md#structFRHAPI__PlayerResponse)` > & OutValue) const`
Fills OutValue with the value of Identity_Optional and returns true if it has been set, otherwise returns false.
#### `public inline TMap< FString, `[`FRHAPI_PlayerResponse`](RHAPI_PlayerResponse.md#structFRHAPI__PlayerResponse)` > * `[`GetIdentityOrNull`](#structFRHAPI__PlatformIdentityLookupResults_1a78662a60d3e9bf723bd3d8681dd8850c)`()`
Returns a pointer to Identity_Optional, if it has been set, otherwise returns nullptr.
#### `public inline const TMap< FString, `[`FRHAPI_PlayerResponse`](RHAPI_PlayerResponse.md#structFRHAPI__PlayerResponse)` > * `[`GetIdentityOrNull`](#structFRHAPI__PlatformIdentityLookupResults_1a2256a0fe1009b3b9dea514c94e1ecb3d)`() const`
Returns a pointer to Identity_Optional, if it has been set, otherwise returns nullptr.
#### `public inline void `[`SetIdentity`](#structFRHAPI__PlatformIdentityLookupResults_1a22c42e34eeb78028a98a745bc05c77da)`(TMap< FString, `[`FRHAPI_PlayerResponse`](RHAPI_PlayerResponse.md#structFRHAPI__PlayerResponse)` > NewValue)`
Sets the value of Identity_Optional and also sets Identity_IsSet to true.
#### `public inline void `[`ClearIdentity`](#structFRHAPI__PlatformIdentityLookupResults_1a2bf03151bdb401f2036fedafb0d6800b)`()`
Clears the value of Identity_Optional and sets Identity_IsSet to false.