Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Possible results of a JoinSession attempt
| Name | EOnJoinSessionCompleteResult::Type |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include Path | #include "Interfaces/OnlineSessionInterface.h" |
Syntax
namespace EOnJoinSessionCompleteResult
{
enum Type
{
Success,
SessionIsFull,
SessionDoesNotExist,
CouldNotRetrieveAddress,
AlreadyInSession,
UnknownError,
}
}
Values
| Name | Remarks |
|---|---|
| Success | The join worked as expected |
| SessionIsFull | There are no open slots to join |
| SessionDoesNotExist | The session couldn't be found on the service |
| CouldNotRetrieveAddress | There was an error getting the session server's address |
| AlreadyInSession | The user attempting to join is already a member of the session |
| UnknownError | An error not covered above occurred |