EOnlineTournamentState

What state the tournament is currently in

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineTournamentInterface.h"

Syntax

enum EOnlineTournamentState
{
    Created,
    OpenRegistration,
    ClosedRegistration,
    InProgress,
    Finished,
    Cancelled,
}

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

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