Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
What format the tournament is being run as
| Name | EOnlineTournamentFormat |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
Syntax
enum EOnlineTournamentFormat
{
SingleElimination,
DoubleElimination,
Swiss,
RoundRobin,
Custom,
}
Values
| Name | Remarks |
|---|---|
| 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 |