Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include | #include "Interfaces/OnlineTournamentInterface.h" |
Syntax
enum EOnlineTournamentParticipantState
&123;
Registered,
CheckedIn,
Present,
Absent,
&125;
Values
| Name | Description |
|---|---|
| Registered | The participant has registered for the upcoming event |
| CheckedIn | The participant has checked into the event and are ready to play |
| Present | The participant was present for the past event |
| Absent | The participant was not present for the past event |