EOnJoinSessionCompleteResult::Type

Possible results of a JoinSession attempt

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSessionInterface.h"

Syntax

namespace EOnJoinSessionCompleteResult
{
    enum Type
    {
        Success,
        SessionIsFull,
        SessionDoesNotExist,
        CouldNotRetrieveAddress,
        AlreadyInSession,
        UnknownError,
    }
}

Values

Name

Description

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

Remarks

Possible results of a JoinSession attempt

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