Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/DMXModes
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFSubchannelSet
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFSubchannelSet.h |
| Include | #include "GDTF/DMXModes/DMXGDTFSubchannelSet.h" |
Syntax
class FDMXGDTFSubchannelSet : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the sub channel sets of the channel function (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DMXProfile | (Optional) Link to the DMX Profile; Starting Point: DMX Profile Collect | |
| FName | Name | The name of the sub channel set. Default: Empty | |
| const TWeakPtr< FDMXGDTFChannelFunction > | OuterChannelFunction | The outer channel function | |
| float | PhysicalFrom | Physical start value | |
| float | PhysicalTo | Physical end value | |
| FString | SubphyiscalUnit | (Optional) Link to the sub physical unit; Starting Point: Attribute |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFSubchannelSet
(
const TSharedRef< FDMXGDTFChannelFunction >& InChannelFunction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFDMXProfile > | Resolves the linked DMX profile. Returns the DMX profile, or nullptr if no DMX profile is linked | ||
| TSharedPtr< FDMXGDTFSubphysicalUnit > | Resolves the linked subphysical unit. |
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. |