Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Whether to show UI to resolve the privilege if there is no access when GetUserPrivilege
| Name | UE::Online::EShowPrivilegeResolutionUI |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Privileges.h |
| Include Path | #include "Online/Privileges.h" |
Syntax
namespace UE
{
namespace Online
{
enum EShowPrivilegeResolutionUI
{
Default,
Show,
NotShow,
}
}
}
Values
| Name | Remarks |
|---|---|
| Default | Behavior matching the recommended practices for the platform |
| Show | Show UI to resolve privilege |
| NotShow | Not show UI to resolve privilege |