Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Whether to show UI to resolve the privilege if there is no access when GetUserPrivilege
| Name | EShowPrivilegeResolveUI |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path | #include "Interfaces/OnlineIdentityInterface.h" |
Syntax
enum EShowPrivilegeResolveUI
{
Default,
Show,
NotShow,
}
Values
| Name | Remarks |
|---|---|
| Default | Use default behavior, which preserved the behaviour prior to the introduction of this. |
| Show | Show UI to resolve privilege |
| NotShow | Not show UI to resolve privilege |