Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityFixtureType.h |
| Include | #include "Library/DMXEntityFixtureType.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="DMX Fixture Mode"))
struct FDMXFixtureMode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoChannelSpan | When enabled, ChannelSpan is automatically set based on the created functions and their data types. | |
| bool | bFixtureMatrixEnabled | ||
| int32 | ChannelSpan | Number of channels (bytes) used by this mode's functions | |
| FDMXFixtureMatrix | FixtureMatrixConfig | ||
| TArray< FDMXFixtureFunction > | Functions | ||
| FString | ModeName |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AddOrInsertFunction
(
int32 IndexOfFunction, |
DEPRECATED 5.0 |