Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFGeometryReference
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFGeometryReference.h |
| Include | #include "GDTF/Geometries/DMXGDTFGeometryReference.h" |
Syntax
class FDMXGDTFGeometryReference : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
The Geometry Type Reference is used to describe multiple instances of the same geometry. Example: LED panel with multiple pixels. (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FDMXGDTFGeometryBreak > > | BreakArray | As children, the Geometry Type Reference has a list of a breaks. | |
| FName | Geometry | The referenced geometry. Only top level geometries are allowed to be referenced | |
| FName | 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 | |
|---|---|---|---|
FDMXGDTFGeometryReference
(
const TSharedRef< FDMXGDTFGeometryCollectBase >& InGeometryCollect |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFGeometry > | Resolves the linked geometry. Returns the geometry, or nullptr if no geometry is linked | ||
| TSharedPtr< FDMXGDTFModel > | ResolveModel () |
Resolves the linked model. Returns the model, or nullptr if no model 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. |