Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
enum EMatchCoopResults
{
Invalid,
Complete,
NotComplete,
Failed,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Coop game match results