EFeaturePrivilegeLevel::Type

Possible feature privilege access levels

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss