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 FDMXFixtureFunction
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDMXAttributeName | Attribute | The Attribute name to map this Function to. | |
| bool | bUseLSBMode | Least Significant Byte mode makes the individual bytes (channels) of the function be interpreted with the first bytes being the lowest part of the number (endianness). | |
| int32 | Channel | This function's starting channel (use editor above to make changes) | |
| EDMXFixtureSignalFormat | DataType | This function's data type. Defines the used number of channels (bytes) | |
| int64 | DefaultValue | The Default Value of the function, imported from GDTF. | |
| FString | Description | ||
| FString | FunctionName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Returns the last channel of the Function | ||
| uint8 | Returns the number of channels the function spans, according to its data type |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ChannelOffset_DEPRECATED | DEPRECATED 5.0. |