Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
Defines the supported editor play modes.
| Name | EEditorPlayMode |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertSyncClient.h |
| Include Path | #include "IConcertSyncClient.h" |
Syntax
enum EEditorPlayMode
{
None,
PIE,
SIE,
}
Values
| Name | Remarks |
|---|---|
| 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. |