Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFGeometryCollectBase
- FDMXGDTFGeometry
- FDMXGDTFAxisGeometry
- FDMXGDTFBeamGeometry
- FDMXGDTFDisplayGeometry
- FDMXGDTFFilterBeamGeometry
- FDMXGDTFFilterColorGeometry
- FDMXGDTFFilterGoboGeometry
- FDMXGDTFFilterShaperGeometry
- FDMXGDTFInventoryGeometry
- FDMXGDTFLaserGeometry
- FDMXGDTFMagnetGeometry
- FDMXGDTFMediaServerCameraGeometry
- FDMXGDTFMediaServerLayerGeometry
- FDMXGDTFMediaServerMasterGeometry
- FDMXGDTFStructureGeometry
- FDMXGDTFSupportGeometry
- FDMXGDTFWiringObjectGeometry
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFGeometry.h |
| Include | #include "GDTF/Geometries/DMXGDTFGeometry.h" |
Syntax
class FDMXGDTFGeometry : public UE::DMX::GDTF::FDMXGDTFGeometryCollectBase
Remarks
It is a basic geometry type without specification (XML node
UE specific: Base class for all geometry nodes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Model | (Optional) Link to the corresponding model. | |
| FName | Name | The unique name of geometry. | |
| const TWeakPtr< FDMXGDTFGeometryCollectBase > | OuterGeometryCollect | The outer geometry collect | |
| FTransform | Position | Relative position of geometry; Default value : Identity Matrix |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFGeometry
(
const TSharedRef< FDMXGDTFGeometryCollectBase >& InGeometryCollect |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFModel > | ResolveModel () |
Resolves the linked model. Returns the model, or nullptr if no model is linked |
Overridden from FDMXGDTFGeometryCollectBase
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFGeometry > | FindGeometryByName
(
const TCHAR* InName |
Finds the geometry by name. |
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. |