Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include | #include "Interfaces/OnlinePartyInterface.h" |
Syntax
namespace PartySystemPermissions
{
enum EPermissionType
{
Noone,
Leader,
Friends,
Anyone,
}
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Who has permissions to perform party actions