EPromoteMemberCompletionResult

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

enum EPromoteMemberCompletionResult
{
    UnknownClientFailure       = -100,
    UnknownServiceFailure,
    UnknownParty,
    LocalMemberNotMember,
    LocalMemberNotLeader,
    PromotionAlreadyPending,
    TargetIsSelf,
    TargetNotMember,
    MessagingFailure,
    NoResponse,
    LoggedOut,
    UnknownInternalFailure     = 0,
    Succeeded                  = 1,
}

Values

Name

Description

UnknownClientFailure

UnknownServiceFailure

UnknownParty

LocalMemberNotMember

LocalMemberNotLeader

PromotionAlreadyPending

TargetIsSelf

TargetNotMember

MessagingFailure

NoResponse

LoggedOut

UnknownInternalFailure

Succeeded

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