Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/DMXModes
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFMacroDMXValue
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFMacroDMXValue.h |
| Include | #include "GDTF/DMXModes/DMXGDTFMacroDMXValue.h" |
Syntax
class FDMXGDTFMacroDMXValue : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the value for DMX channel (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DMXChannel | Link to the channel | |
| FString | DMXValue | Value of the DMX channel | |
| TWeakPtr< FDMXGDTFMacroDMXStep > | OuterMacroDMXStep | The outer macro DMX step |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFMacroDMXValue
(
const TSharedRef< FDMXGDTFMacroDMXStep >& InMacroDMXStep |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFDMXChannel > | Resolves the linked DMX channel. Returns the DMX channel, or nullptr if no DMX channel 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. |