Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertSyncClient.h |
| Include | #include "IConcertSyncClient.h" |
Syntax
enum EEditorPlayMode
&123;
None,
PIE,
SIE,
&125;
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.