unreal.MPMatchOutcome

class unreal.MPMatchOutcome

Bases: unreal.EnumBase

EMPMatchOutcome represents all the possible outcomes for this player in a match

C++ Source:

  • Plugin: OnlineSubsystem

  • Module: OnlineSubsystem

  • File: OnlineTurnBasedInterface.h

FIRST

6

FOURTH

9

LOST

3

NONE

0

QUIT

1

SECOND

7

THIRD

8

TIED

4

TIME_EXPIRED

5

WON

2