Navigation
API > API/Plugins > API/Plugins/DMXEditor
Deprecated * FDMXOutputConsoleFaderDescriptor is no longer supported. Please see FDMXControlConsoleEditorModule
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/DMXEditorSettings.h |
| Include | #include "DMXEditorSettings.h" |
Syntax
USTRUCT&40;&41;
struct FDMXOutputConsoleFaderDescriptor
Remarks
Struct to describe a single fader, so it can be stored in the config
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | EndingAddress | ||
| FString | FaderName | ||
| uint8 | MaxValue | ||
| uint8 | MinValue | ||
| FName | ProtocolName | ||
| int32 | StartingAddress | ||
| int32 | UniversID | ||
| uint8 | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|