Represents a user's linked platform information, typically used for caching. More...
#include <OnlineUserInterfaceAccelByteModels.h>
Public Attributes | |
| TSharedPtr< const FUniqueNetIdAccelByteUser > | Id { nullptr } |
| Composite ID representation for this user, platform information may be blank if we cannot retrieve these values. | |
| FString | DisplayName {} |
| The display name of the user on the linked external platform. | |
| EAccelBytePlatformType | PlatformType { EAccelBytePlatformType::None } |
| Enum representing the type of platform that this link is for. | |
| FString | PlatformId {} |
| The unique identifier (PlatformId) of the user on the linked external platform. | |
| FString | AvatarUrl {} |
| The avatar of the user on the linked external platform. | |
Represents a user's linked platform information, typically used for caching.
Contains essential information about a user from a linked external platform.