EMPMatchOutcome::Outcome

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

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTurnBasedInterface.h

Include

#include "Interfaces/OnlineTurnBasedInterface.h"

Syntax

namespace EMPMatchOutcome
{
    enum Outcome
    {
        None,
        Quit,
        Won,
        Lost,
        Tied,
        TimeExpired,
        First,
        Second,
        Third,
        Fourth,
    }
}

Values

Name

Description

None

Quit

Won

Lost

Tied

TimeExpired

First

Second

Third

Fourth

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss