Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
| |
|
| Name |
EUserPrivileges::Type |
| Type |
enum |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path |
#include "Interfaces/OnlineIdentityInterface.h" |
Syntax
namespace EUserPrivileges
{
enum Type
{
CanPlay,
CanPlayOnline,
CanCommunicateOnline,
CanUseUserGeneratedContent,
CanUserCrossPlay,
}
}
Values
| Name |
Remarks |
| 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 |