Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This type of geometry is used to describe a support (XML node
| Name | FDMXGDTFSupportGeometry |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFSupportGeometry.h |
| Include Path | #include "GDTF/Geometries/DMXGDTFSupportGeometry.h" |
Syntax
class FDMXGDTFSupportGeometry : public UE::DMX::GDTF::FDMXGDTFGeometry
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFGeometryCollectBase → FDMXGDTFGeometry → FDMXGDTFSupportGeometry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFSupportGeometry
(
const TSharedRef< FDMXGDTFGeometryCollectBase >& InGeometryCollect |
GDTF/Geometries/DMXGDTFSupportGeometry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CapacityX | float | The allowable force on the X-Axis applied to the object according to the Eurocode. Unit: N. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| CapacityXX | float | The allowable moment around the X-Axis applied to the object according to the Eurocode. Unit: N/m. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| CapacityY | float | The allowable force on the Y-Axis applied to the object according to the Eurocode. Unit: N. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| CapacityYY | float | The allowable moment around the Y-Axis applied to the object according to the Eurocode. Unit: N/m. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| CapacityZ | float | The allowable force on the Z-Axis applied to the object according to the Eurocode. Unit: N. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| CapacityZZ | float | The allowable moment around the Z-Axis applied to the object according to the Eurocode. Unit: N/m. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| ResistanceX | float | The compression ratio for this support along the X-Axis. Unit N/m. Only for Ground Supports. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| ResistanceXX | float | The compression ratio for this support around the X-Axis. Unit N/m. Only for Ground Supports. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| ResistanceY | float | The compression ratio for this support along the Y-Axis. Unit N/m. Only for Ground Supports. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| ResistanceYY | float | The compression ratio for this support around the Y-Axis. Unit N/m. Only for Ground Supports. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| ResistanceZ | float | The compression ratio for this support along the Z-Axis. Unit N/m. Only for Ground Supports. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| ResistanceZZ | float | The compression ratio for this support around the Z-Axis. Unit N/m. Only for Ground Supports. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| RopeCrossSection | FString | The name of the rope cross section. Only for Ropes. | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| RopeOffset | FVector | The Offset of the rope from bottom to top. Only for Ropes. Unit: meter | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
| SupportType | EDMXGDTFGeometrySupportType | The type of support | GDTF/Geometries/DMXGDTFSupportGeometry.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/DMXGDTFSupportGeometry.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Geometries/DMXGDTFSupportGeometry.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Geometries/DMXGDTFSupportGeometry.h |