Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Who has permissions to perform party actions
| Name | PartySystemPermissions::EPermissionType |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
Syntax
namespace PartySystemPermissions
{
enum EPermissionType
{
Noone,
Leader,
Friends,
Anyone,
}
}
Values
| Name | Remarks |
|---|---|
| Noone | Noone has access to do that action |
| Leader | Available to the leader only |
| Friends | Available to the leader and friends of the leader only |
| Anyone | Available to anyone |