Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
What state the tournament is currently in
| Name | EOnlineTournamentState |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
Syntax
enum EOnlineTournamentState
{
Created,
OpenRegistration,
ClosedRegistration,
InProgress,
Finished,
Cancelled,
}
Values
| Name | Remarks |
|---|---|
| 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 |