EPartyInvitationRemovedReason

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

enum EPartyInvitationRemovedReason
{
    Unknown,
    Accepted,
    Declined,
    Cleared,
    Expired,
    Invalidated,
}

Values

Name

Description

Unknown

Unknown or undefined reason

Accepted

User accepted the invitation

Declined

User declined the invitation

Cleared

ClearInvitations was called, the invitation should no longer be displayed

Expired

Expired

Invalidated

Became invalid (for example, party was destroyed)

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