Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Possible motives for a participant leaving an online session
| Name | EOnSessionParticipantLeftReason |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include Path | #include "Interfaces/OnlineSessionInterface.h" |
Syntax
enum EOnSessionParticipantLeftReason
{
Left,
Disconnected,
Kicked,
Closed,
}
Values
| Name | Remarks |
|---|---|
| Left | The participant left the session of their own accord |
| Disconnected | The participant got disconnected from a session that is still active |
| Kicked | The participant was forcefully removed from the session |
| Closed | The session ended and the participant got removed from it |