Navigation
API > API/Plugins > API/Plugins/DisplayClusterMonitor
Observable control command types
| Name | EDCControlCommand |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterMonitor/Public/DisplayClusterMonitorTypes.h |
| Include Path | #include "DisplayClusterMonitorTypes.h" |
Syntax
enum EDCControlCommand
{
None,
Play,
Pause,
Stop,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Play | |
| Pause | |
| Stop |