Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Options available for updating game match status
| Name | EUpdateGameMatchStatus |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
enum EUpdateGameMatchStatus
{
Invalid,
InProgress,
Paused,
Aborted,
}
Values
| Name | Remarks |
|---|---|
| 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 |