Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFGeometryCollectBase
- FDMXGDTFGeometry
- FDMXGDTFStructureGeometry
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFStructureGeometry.h |
| Include | #include "GDTF/Geometries/DMXGDTFStructureGeometry.h" |
Syntax
class FDMXGDTFStructureGeometry : public UE::DMX::GDTF::FDMXGDTFGeometry
Remarks
This type of geometry is used to describe a structure (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CrossSectionHeight | The height of the cross section. Only for Tubes. Unit: meter | |
| EDMXGDTFStructureGeometryCrossSectionType | CrossSectionType | The type of cross section. | |
| float | CrossSectionWallThickness | The thickness of the wall of the cross section. Only for Tubes. Unit: meter. | |
| FString | LinkedGeometry | The linked geometry | |
| EDMXGDTFStructureGeometryType | StructureType | The type of structure. | |
| FString | TrussCrossSection | The name of the truss cross section. Only for Trusses. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFStructureGeometry
(
const TSharedRef< FDMXGDTFGeometryCollectBase >& InGeometryCollect |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFGeometry > | Resolves the linked geometry. Returns the geometry, or nullptr if no geometry is linked |
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. |