Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFGeometryBreak
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFGeometryBreak.h |
| Include | #include "GDTF/Geometries/DMXGDTFGeometryBreak.h" |
Syntax
class FDMXGDTFGeometryBreak : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This XML node specifies the DMX offset for the DMX channel of the referenced geometry (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | DMXBreak | Defines the unique number of the DMX Break for which the Offset is given. | |
| FDMXGDTFDMXAddress | DMXOffset | DMX offset; Default value:1 (Means no offset for the corresponding DMX Channel) | |
| const TWeakPtr< FDMXGDTFGeometryReference > | OuterGeometryReference | The outer geometry reference |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFGeometryBreak
(
const TSharedRef< FDMXGDTFGeometryReference >& InGeometryReference |
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. |