Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Options available when leaving a game match
| Name | ELeaveReason |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
enum ELeaveReason
{
Invalid,
Disconnect,
Finished,
Quit,
}
Values
| Name | Remarks |
|---|---|
| Invalid | Default option |
| Disconnect | Player has disconnected (IE timeout) |
| Finished | The match was completed |
| Quit | The player quit before the match was completed |