Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This section defines the sub channel sets of the channel function (XML node
| Name | FDMXGDTFSubchannelSet |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFSubchannelSet.h |
| Include Path | #include "GDTF/DMXModes/DMXGDTFSubchannelSet.h" |
Syntax
class FDMXGDTFSubchannelSet : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFSubchannelSet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFSubchannelSet
(
const TSharedRef< FDMXGDTFChannelFunction >& InChannelFunction |
GDTF/DMXModes/DMXGDTFSubchannelSet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DMXProfile | FString | (Optional) Link to the DMX Profile; Starting Point: DMX Profile Collect | GDTF/DMXModes/DMXGDTFSubchannelSet.h | |
| Name | FName | The name of the sub channel set. Default: Empty | GDTF/DMXModes/DMXGDTFSubchannelSet.h | |
| OuterChannelFunction | const TWeakPtr< FDMXGDTFChannelFunction > | The outer channel function | GDTF/DMXModes/DMXGDTFSubchannelSet.h | |
| PhysicalFrom | float | Physical start value | GDTF/DMXModes/DMXGDTFSubchannelSet.h | |
| PhysicalTo | float | Physical end value | GDTF/DMXModes/DMXGDTFSubchannelSet.h | |
| SubphyiscalUnit | FString | (Optional) Link to the sub physical unit; Starting Point: Attribute | GDTF/DMXModes/DMXGDTFSubchannelSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FDMXGDTFDMXProfile > ResolveDMXProfile() |
Resolves the linked DMX profile. Returns the DMX profile, or nullptr if no DMX profile is linked | GDTF/DMXModes/DMXGDTFSubchannelSet.h | |
| Resolves the linked subphysical unit. | GDTF/DMXModes/DMXGDTFSubchannelSet.h |
Overridden from FDMXGDTFNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FXmlNode * CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | GDTF/DMXModes/DMXGDTFSubchannelSet.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/DMXModes/DMXGDTFSubchannelSet.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/DMXModes/DMXGDTFSubchannelSet.h |