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&40;BlueprintType&41;
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 |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AddOrInsertFunction
(
int32 IndexOfFunction, |
Removed in favor of UDMXEntityFixtureType::AddFunction and UDMXEntityFixtureType::InsertFunction |