Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Copyright Epic Games, Inc. All Rights Reserved.
| Name | UE::Online::EUserPrivileges |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Privileges.h |
| Include Path | #include "Online/Privileges.h" |
Syntax
namespace UE
{
namespace Online
{
enum EUserPrivileges
{
CanPlay,
CanPlayOnline,
CanCommunicateViaTextOnline,
CanCommunicateViaVoiceOnline,
CanUseUserGeneratedContent,
CanCrossPlay,
}
}
}
Values
| Name | Remarks |
|---|---|
| CanPlay | Whether the user can play at all, online or offline |
| CanPlayOnline | Whether the user can play in online modes |
| CanCommunicateViaTextOnline | Whether the user can use text chat |
| CanCommunicateViaVoiceOnline | Whether the user can use voice chat |
| CanUseUserGeneratedContent | Whether the user can use content generated by other users |
| CanCrossPlay | Whether the user can ever participate in cross-play |