Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFGeometryCollectBase
- FDMXGDTFGeometry
- FDMXGDTFInventoryGeometry
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFInventoryGeometry.h |
| Include | #include "GDTF/Geometries/DMXGDTFInventoryGeometry.h" |
Syntax
class FDMXGDTFInventoryGeometry : public UE::DMX::GDTF::FDMXGDTFGeometry
Remarks
This type of geometry is used to describe a geometry used for the inventory (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Count | The default count for new objects. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFInventoryGeometry
(
const TSharedRef< FDMXGDTFGeometryCollectBase >& InGeometryCollect |
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. |