EUserActivityContext

Defines the context of a user activity.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

enum EUserActivityContext
{
    Game,
    Editor,
    Other,
}

Values

Name

Description

Game

Event triggered from gameplay, such as from blueprints

Editor

Event triggered from the editor UI

Other

Event triggered from some other source

Remarks

Defines the context of a user activity. Activities triggered in Blueprints will by type Game. Those created in code might choose to set another type.

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