Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Possible feature privilege access levels
| Name | EFeaturePrivilegeLevel::Type |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
Syntax
namespace EFeaturePrivilegeLevel
{
enum Type
{
Undefined,
Disabled,
EnabledFriendsOnly,
Enabled,
}
}
Values
| Name | Remarks |
|---|---|
| Undefined | Not defined for the platform service |
| Disabled | Parental controls have disabled this feature |
| EnabledFriendsOnly | Parental controls allow this feature only with people on their friends list |
| Enabled | Parental controls allow this feature everywhere |