Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFGeometryCollectBase
- FDMXGDTFGeometry
- FDMXGDTFDisplayGeometry
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFDisplayGeometry.h |
| Include | #include "GDTF/Geometries/DMXGDTFDisplayGeometry.h" |
Syntax
class FDMXGDTFDisplayGeometry : public UE::DMX::GDTF::FDMXGDTFGeometry
Remarks
This type of geometry is used to describe a self-emitting surface which is used to display visual media (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Texture | Name of the mapped texture in Model file that will be swapped out for the media resource |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFDisplayGeometry
(
const TSharedRef< FDMXGDTFGeometryCollectBase >& InGeometryCollect |
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. |