EOnlineTournamentFormat

What format the tournament is being run as

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h

Include

#include "Interfaces/OnlineTournamentInterface.h"

Syntax

enum EOnlineTournamentFormat
{
    SingleElimination,
    DoubleElimination,
    Swiss,
    RoundRobin,
    Custom,
}

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss