PartySystemPermissions::EPermissionType

Who has permissions to perform party actions

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss