Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/DMXModes
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFChannelSet
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFChannelSet.h |
| Include | #include "GDTF/DMXModes/DMXGDTFChannelSet.h" |
Syntax
class FDMXGDTFChannelSet : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the channel sets of the channel function (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDMXGDTFDMXValue | DMXFrom | Start DMX value; The end DMX value is calculated as a DMXFrom of the next channel set — 1 or the maximum value of the current channel function; Default value : 0 / 1 | |
| FName | Name | The name of the channel set. Default: Empty | |
| const TWeakPtr< FDMXGDTFChannelFunction > | OuterChannelFunction | The outer channel function | |
| float | PhysicalFrom | Physical start value | |
| float | PhysicalTo | Physical end value | |
| int32 | WheelSlotIndex | If the channel function has a link to a wheel, a corresponding slot index needs to be specified.The wheel slot index results from the order of slots of the wheel which is linked in the channel function. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFChannelSet
(
const TSharedRef< FDMXGDTFChannelFunction >& InChannelFunction |
Overridden from FDMXGDTFNode
| Type | Name | Description | |
|---|---|---|---|
| FXmlNode * | CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | |
| const TCHAR * | GetXmlTag () |
Gets the Xml Tag corresponding to this node | |
| void | Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. |