Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This section defines the value for DMX channel (XML node
| Name | FDMXGDTFMacroDMXValue |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFMacroDMXValue.h |
| Include Path | #include "GDTF/DMXModes/DMXGDTFMacroDMXValue.h" |
Syntax
class FDMXGDTFMacroDMXValue : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFMacroDMXValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFMacroDMXValue
(
const TSharedRef< FDMXGDTFMacroDMXStep >& InMacroDMXStep |
GDTF/DMXModes/DMXGDTFMacroDMXValue.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DMXChannel | FString | Link to the channel | GDTF/DMXModes/DMXGDTFMacroDMXValue.h | |
| DMXValue | FString | Value of the DMX channel | GDTF/DMXModes/DMXGDTFMacroDMXValue.h | |
| OuterMacroDMXStep | TWeakPtr< FDMXGDTFMacroDMXStep > | The outer macro DMX step | GDTF/DMXModes/DMXGDTFMacroDMXValue.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FDMXGDTFDMXChannel > ResolveDMXChannel() |
Resolves the linked DMX channel. Returns the DMX channel, or nullptr if no DMX channel is linked | GDTF/DMXModes/DMXGDTFMacroDMXValue.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/DMXGDTFMacroDMXValue.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/DMXModes/DMXGDTFMacroDMXValue.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/DMXModes/DMXGDTFMacroDMXValue.h |