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