Navigation
API > API/Plugins > API/Plugins/DMXEditor
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/DMXEditorSettings.h |
| Include | #include "DMXEditorSettings.h" |
Syntax
USTRUCT&40;&41;
struct FDMXMonitorSourceDescriptor
Remarks
Struct to describe a monitor source, so it can be stored in settings Defaults to Monitor all Inputs.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMonitorAllPorts | True if all ports should be monitored | |
| bool | bMonitorInputPorts | True if Input Ports should be monitored. Only relevant if bMonitorAllPorts | |
| FGuid | MonitoredPortGuid | The monitored Port Guid. Only relevant if !bMonitorAllPorts |
Constructors
| Type | Name | Description | |
|---|---|---|---|