Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Coop game match results
| Name | EMatchCoopResults |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
enum EMatchCoopResults
{
Invalid,
Complete,
NotComplete,
Failed,
}
Values
| Name | Remarks |
|---|---|
| Invalid | Default option |
| Complete | The players completed the match |
| NotComplete | The match has not yet been completed |
| Failed | The players did not successfully complete the match |