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
enum ECreatePartyCompletionResult
&123;
UnknownClientFailure = -100,
AlreadyInPartyOfSpecifiedType,
AlreadyCreatingParty,
AlreadyInParty,
FailedToCreateMucRoom,
NoResponse,
LoggedOut,
NotPrimaryUser,
UnknownInternalFailure = 0,
Succeeded = 1,
&125;
Values
Name | Description |
---|---|
UnknownClientFailure | |
AlreadyInPartyOfSpecifiedType | |
AlreadyCreatingParty | |
AlreadyInParty | |
FailedToCreateMucRoom | |
NoResponse | |
LoggedOut | |
NotPrimaryUser | |
UnknownInternalFailure | |
Succeeded |