Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/DMXModes
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFChannelRelation
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFChannelRelation.h |
| Include | #include "GDTF/DMXModes/DMXGDTFChannelRelation.h" |
Syntax
class FDMXGDTFChannelRelation : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the relation between the master DMX channel and the following logical channel(XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Follower | Link to the following channel function | |
| FString | Master | Link to the master DMX channel | |
| FName | Name | The unique name of the relation | |
| const TWeakPtr< FDMXGDTFDMXMode > | OuterDMXMode | The outer DMX mode | |
| EDMXGDTFChannelRelationType | Type | Type of the relation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFChannelRelation
(
const TSharedRef< FDMXGDTFDMXMode >& InDMXMode |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFChannelFunction > | Resolves the linked follower. Returns the follower, or nullptr if no follower is linked | ||
| TSharedPtr< FDMXGDTFDMXChannel > | Resolves the linked master. Returns the master, or nullptr if no master is linked |
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. |