Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
EMPMatchOutcome represents all the possible outcomes for this player in a match
| Name | EMPMatchOutcome::Outcome |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTurnBasedInterface.h |
| Include Path | #include "Interfaces/OnlineTurnBasedInterface.h" |
Syntax
namespace EMPMatchOutcome
{
enum Outcome
{
None,
Quit,
Won,
Lost,
Tied,
TimeExpired,
First,
Second,
Third,
Fourth,
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| Quit | |
| Won | |
| Lost | |
| Tied | |
| TimeExpired | |
| First | |
| Second | |
| Third | |
| Fourth |