Navigation
API > API/Plugins > API/Plugins/DMXGDTF
The physical description of the device parts is defined in the geometry collect. Geometry collect can contain a separate geometry or a tree of geometries. The geometry collect currently does not have any XML attributes (XML node
| Name | FDMXGDTFGeometryCollect |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFGeometryCollect.h |
| Include Path | #include "GDTF/Geometries/DMXGDTFGeometryCollect.h" |
Syntax
class FDMXGDTFGeometryCollect : public UE::DMX::GDTF::FDMXGDTFGeometryCollectBase
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFGeometryCollectBase → FDMXGDTFGeometryCollect
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFGeometryCollect
(
const TSharedRef< FDMXGDTFFixtureType >& InFixtureType |
GDTF/Geometries/DMXGDTFGeometryCollect.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OuterFixtureType | const TWeakPtr< FDMXGDTFFixtureType > | The outer fixture type | GDTF/Geometries/DMXGDTFGeometryCollect.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/DMXGDTFGeometryCollect.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Geometries/DMXGDTFGeometryCollect.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Geometries/DMXGDTFGeometryCollect.h |