ELeaveReason

Options available when leaving a game match

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineGameMatchesInterface.h"

Syntax

enum ELeaveReason
{
    Invalid,
    Disconnect,
    Finished,
    Quit,
}

Values

Name

Description

Invalid

Default option

Disconnect

Player has disconnected (IE timeout)

Finished

The match was completed

Quit

The player quit before the match was completed

Remarks

Options available when leaving a game match

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