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 EOnlineTournamentFormat
&123;
SingleElimination,
DoubleElimination,
Swiss,
RoundRobin,
Custom,
&125;
Values
| Name | Description |
|---|---|
| SingleElimination | The tournament is being run in the single elimination format |
| DoubleElimination | The tournament is being run in the double elimination format |
| Swiss | The tournament is being run in the swiss format |
| RoundRobin | The tournament is being run in the round-robin format |
| Custom | The tournament is being run in a custom format |
Remarks
What format the tournament is being run as