Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This type of geometry is used to describe a structure (XML node
| Name | FDMXGDTFStructureGeometry |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFStructureGeometry.h |
| Include Path | #include "GDTF/Geometries/DMXGDTFStructureGeometry.h" |
Syntax
class FDMXGDTFStructureGeometry : public UE::DMX::GDTF::FDMXGDTFGeometry
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFGeometryCollectBase → FDMXGDTFGeometry → FDMXGDTFStructureGeometry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFStructureGeometry
(
const TSharedRef< FDMXGDTFGeometryCollectBase >& InGeometryCollect |
GDTF/Geometries/DMXGDTFStructureGeometry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CrossSectionHeight | float | The height of the cross section. Only for Tubes. Unit: meter | GDTF/Geometries/DMXGDTFStructureGeometry.h | |
| CrossSectionType | EDMXGDTFStructureGeometryCrossSectionType | The type of cross section. | GDTF/Geometries/DMXGDTFStructureGeometry.h | |
| CrossSectionWallThickness | float | The thickness of the wall of the cross section. Only for Tubes. Unit: meter. | GDTF/Geometries/DMXGDTFStructureGeometry.h | |
| LinkedGeometry | FString | The linked geometry | GDTF/Geometries/DMXGDTFStructureGeometry.h | |
| StructureType | EDMXGDTFStructureGeometryType | The type of structure. | GDTF/Geometries/DMXGDTFStructureGeometry.h | |
| TrussCrossSection | FString | The name of the truss cross section. Only for Trusses. | GDTF/Geometries/DMXGDTFStructureGeometry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FDMXGDTFGeometry > ResolveLinkedGeometry() |
Resolves the linked geometry. Returns the geometry, or nullptr if no geometry is linked | GDTF/Geometries/DMXGDTFStructureGeometry.h |
Overridden from FDMXGDTFNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FXmlNode * CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | GDTF/Geometries/DMXGDTFStructureGeometry.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Geometries/DMXGDTFStructureGeometry.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Geometries/DMXGDTFStructureGeometry.h |