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 EOnlineTournamentState
&123;
Created,
OpenRegistration,
ClosedRegistration,
InProgress,
Finished,
Cancelled,
&125;
Values
| Name | Description |
|---|---|
| Created | The tournament has been created, but participants may not be registered yet |
| OpenRegistration | The tournament is now open for registration |
| ClosedRegistration | The tournament registration has now closed, but the tournament has not started yet |
| InProgress | The tournament is now in progress |
| Finished | The tournament has now finished and all results are finalized |
| Cancelled | The tournament was cancelled |
Remarks
What state the tournament is currently in