EFeaturePrivilegeLevel::Type

Possible feature privilege access levels

Choose your operating system:

Windows

macOS

Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

namespace EFeaturePrivilegeLevel
{
    enum Type
    {
        Undefined,
        Disabled,
        EnabledFriendsOnly,
        Enabled,
    }
}

Values

Name

Description

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

Remarks

Possible feature privilege access levels