Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This section defines the channel sets of the channel function (XML node
| Name | FDMXGDTFChannelSet |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFChannelSet.h |
| Include Path | #include "GDTF/DMXModes/DMXGDTFChannelSet.h" |
Syntax
class FDMXGDTFChannelSet : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFChannelSet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFChannelSet
(
const TSharedRef< FDMXGDTFChannelFunction >& InChannelFunction |
GDTF/DMXModes/DMXGDTFChannelSet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DMXFrom | FDMXGDTFDMXValue | 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 | GDTF/DMXModes/DMXGDTFChannelSet.h | |
| Name | FName | The name of the channel set. Default: Empty | GDTF/DMXModes/DMXGDTFChannelSet.h | |
| OuterChannelFunction | const TWeakPtr< FDMXGDTFChannelFunction > | The outer channel function | GDTF/DMXModes/DMXGDTFChannelSet.h | |
| PhysicalFrom | float | Physical start value | GDTF/DMXModes/DMXGDTFChannelSet.h | |
| PhysicalTo | float | Physical end value | GDTF/DMXModes/DMXGDTFChannelSet.h | |
| WheelSlotIndex | int32 | 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. | GDTF/DMXModes/DMXGDTFChannelSet.h |
Functions
Public
Overridden from FDMXGDTFNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FXmlNode * CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | GDTF/DMXModes/DMXGDTFChannelSet.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/DMXModes/DMXGDTFChannelSet.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/DMXModes/DMXGDTFChannelSet.h |