EUserPrivileges::Type

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

namespace EUserPrivileges
{
    enum Type
    {
        CanPlay,
        CanPlayOnline,
        CanCommunicateOnline,
        CanUseUserGeneratedContent,
        CanUserCrossPlay,
    }
}

Values

Name

Description

CanPlay

Whether the user can play at all, online or offline - may be age restricted

CanPlayOnline

Whether the user can play in online modes

CanCommunicateOnline

Whether the user can use voice and text chat

CanUseUserGeneratedContent

Whether the user can use content generated by other users

CanUserCrossPlay

Whether the user can ever participate in cross-play due to age restrictions

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