Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
| |
|
| Name |
EOnlineTournamentParticipantState |
| Type |
enum |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path |
#include "Interfaces/OnlineTournamentInterface.h" |
Syntax
enum EOnlineTournamentParticipantState
{
Registered,
CheckedIn,
Present,
Absent,
}
Values
| Name |
Remarks |
| Registered |
The participant has registered for the upcoming event |
| CheckedIn |
The participant has checked into the event and are ready to play |
| Present |
The participant was present for the past event |
| Absent |
The participant was not present for the past event |