Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/DMXModes
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFMacroDMXStep
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFMacroDMXStep.h |
| Include | #include "GDTF/DMXModes/DMXGDTFMacroDMXStep.h" |
Syntax
class FDMXGDTFMacroDMXStep : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines a DMX step (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Duration | Duration of a step; Default value : 1; Unit: seconds. | |
| TArray< TSharedPtr< FDMXGDTFMacroDMXValue > > | MacroDMXValueArray | A list of macro dmx values | |
| const TWeakPtr< FDMXGDTFMacroDMX > | OuterMacroDMX | The outer macro DMX |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFMacroDMXStep
(
const TSharedRef< FDMXGDTFMacroDMX >& InMacroDMX |
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. |