EOnlineActivityOutcome

Outcome representation of ending an activity.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineGameActivityInterface.h"

Syntax

enum EOnlineActivityOutcome
{
    Completed,
    Failed,
    Cancelled,
}

Values

Name

Description

Completed

Activity has been completed successfully

Failed

Activity attempt failed to be completed

Cancelled

The activity was cancelled

Remarks

Outcome representation of ending an activity.

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