ERejoinAttemptResult

Possible end conditions that a rejoin attempt can be in after a user indicates intent to rejoin a session

Windows
MacOS
Linux

References

Module

Rejoin

Header

/Engine/Plugins/Online/OnlineFramework/Source/Rejoin/Public/RejoinCheck.h

Include

#include "RejoinCheck.h"

Syntax

enum ERejoinAttemptResult
{
    RejoinFailure,
    RejoinInProgress,
    RejoinSuccess,
    NothingToRejoin,
    InvalidSessionFailure,
    JoinSessionFailure,
    RejoinTravelFailure,
}

Values

Name

Description

RejoinFailure

Generic failure

RejoinInProgress

Already trying to rejoin

RejoinSuccess

Successfully going to travel into match

NothingToRejoin

Match disappeared while trying to join it

InvalidSessionFailure

Session interface failure

JoinSessionFailure

Join Session failure

RejoinTravelFailure

Failure trying to travel to session

Remarks

Possible end conditions that a rejoin attempt can be in after a user indicates intent to rejoin a session

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