Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
| Name | ELeavePartyCompletionResult |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
Syntax
enum ELeavePartyCompletionResult
{
UnknownClientFailure = -100,
NoResponse,
LoggedOut,
UnknownParty,
LeavePending,
UnknownLocalUser,
NotMember,
MessagingFailure,
UnknownTransportFailure,
UnknownInternalFailure = 0,
Succeeded = 1,
}
Values
| Name | Remarks |
|---|---|
| UnknownClientFailure | Unspecified error. No message sent. |
| NoResponse | Timed out waiting for a response to the message. Party has been left. |
| LoggedOut | You were logged out while attempting to leave the party. Party has been left. |
| UnknownParty | You are not in the specified party. No message sent. |
| LeavePending | You are already leaving the party. No message sent. |
| UnknownLocalUser | DEPRECATED! |
| NotMember | DEPRECATED! |
| MessagingFailure | DEPRECATED! |
| UnknownTransportFailure | DEPRECATED! |
| UnknownInternalFailure | DEPRECATED! |
| Succeeded | Successfully left the party |