Navigation
API > API/Runtime > API/Runtime/ApplicationCore
Options for ShowPlatformUserSelector. Not all platforms will support all flags
| Name | EPlatformUserSelectorFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformApplicationMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformApplicationMisc.h" |
Syntax
enum EPlatformUserSelectorFlags
{
None = 0,
RequiresOnlineEnabledProfile = (1 << 1),
ShowSkipButton = (1 << 2),
AllowGuests = (1 << 3),
ShowNewUsersOnly = (1 << 4),
Default = ShowSkipButton,
}
Values
| Name | Remarks |
|---|---|
| None | |
| RequiresOnlineEnabledProfile | |
| ShowSkipButton | |
| AllowGuests | |
| ShowNewUsersOnly | |
| Default |