Navigation
Unreal Engine C++ API Reference > Plugins > OnlineSubsystem > Interfaces
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 |