EUpdateGameMatchStatus

Options available for updating game match status

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineGameMatchesInterface.h"

Syntax

enum EUpdateGameMatchStatus
{
    Invalid,
    InProgress,
    Paused,
    Aborted,
}

Values

Name

Description

Invalid

Default option

InProgress

Used for when the match state should be set to in progress

Paused

Indicates the match was put paused

Aborted

The match was aborted before completion

Remarks

Options available for updating game match status

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