Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This XML node specifies the DMX offset for the DMX channel of the referenced geometry (XML node
| Name | FDMXGDTFGeometryBreak |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFGeometryBreak.h |
| Include Path | #include "GDTF/Geometries/DMXGDTFGeometryBreak.h" |
Syntax
class FDMXGDTFGeometryBreak : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFGeometryBreak
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFGeometryBreak
(
const TSharedRef< FDMXGDTFGeometryReference >& InGeometryReference |
GDTF/Geometries/DMXGDTFGeometryBreak.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DMXBreak | uint8 | Defines the unique number of the DMX Break for which the Offset is given. | GDTF/Geometries/DMXGDTFGeometryBreak.h | |
| DMXOffset | FDMXGDTFDMXAddress | DMX offset; Default value:1 (Means no offset for the corresponding DMX Channel) | GDTF/Geometries/DMXGDTFGeometryBreak.h | |
| OuterGeometryReference | const TWeakPtr< FDMXGDTFGeometryReference > | The outer geometry reference | GDTF/Geometries/DMXGDTFGeometryBreak.h |
Functions
Public
Overridden from FDMXGDTFNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FXmlNode * CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | GDTF/Geometries/DMXGDTFGeometryBreak.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Geometries/DMXGDTFGeometryBreak.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Geometries/DMXGDTFGeometryBreak.h |