Navigation
Unreal Engine C++ API Reference > Runtime > PortalServices > Account
References
Module | PortalServices |
Header | /Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUser.h |
Include | #include "Account/IPortalUser.h" |
Syntax
USTRUCT ()
struct FPortalUserDetails
Remarks
The basic data for the last or currently signed-in user.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FText | DisplayName | The users epic games account display name |
![]() ![]() ![]() |
FText | The users epic games account email address | |
![]() ![]() ![]() |
bool | IsSignedIn | Whether this user is currently signed-in to the portal |
![]() ![]() ![]() |
FText | RealName | The users real name attached to their epic games account |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |