EEditorPlayMode

Defines the supported editor play modes.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertSyncClient.h

Include

#include "IConcertSyncClient.h"

Syntax

enum EEditorPlayMode
{
    None,
    PIE,
    SIE,
}

Values

Name

Description

None

The editor is not in any play mode.

PIE

The editor is in "Play In Editor" play mode.

SIE

The editor is in "Simulate In Editor" play mode.

Remarks

Defines the supported editor play modes.

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