Navigation
Unreal Engine C++ API Reference > 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
&123;
Noone,
Leader,
Friends,
Anyone,
&125;
}
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