Loading...
Searching...
No Matches
FAccelByteLinkedUserInfo Struct Reference

Represents a user's linked platform information, typically used for caching. More...

#include <OnlineUserInterfaceAccelByteModels.h>

Public Attributes

TSharedPtr< const FUniqueNetIdAccelByteUserId { 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.

Detailed Description

Represents a user's linked platform information, typically used for caching.

Contains essential information about a user from a linked external platform.