Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFGeometryCollectBase
- FDMXGDTFGeometryCollect
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFGeometryCollect.h |
| Include | #include "GDTF/Geometries/DMXGDTFGeometryCollect.h" |
Syntax
class FDMXGDTFGeometryCollect : public UE::DMX::GDTF::FDMXGDTFGeometryCollectBase
Remarks
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
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TWeakPtr< FDMXGDTFFixtureType > | OuterFixtureType | The outer fixture type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFGeometryCollect
(
const TSharedRef< FDMXGDTFFixtureType >& InFixtureType |
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. |