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