Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Sequencer
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Sequencer/MovieSceneDMXLibrarySection.h |
| Include | #include "Sequencer/MovieSceneDMXLibrarySection.h" |
Syntax
USTRUCT&40;&41;
struct FDMXFixtureFunctionChannel
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | AttributeName | Attribute Name of the function | |
| bool | bEnabled | Whether or not to display this Function in the Patch's group If false, the Function's default value is sent to DMX protocols. | |
| FIntPoint | CellCoordinate | For Cell Functions the coordinate of the cell For common functions -1. | |
| FMovieSceneFloatChannel | Channel | Function animation curve. | |
| uint32 | DefaultValue | Default value to use when this Function is disabled in the track. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | True if the function is a cell function |