Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFLaserProtocol
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFLaserProtocol.h |
| Include | #include "GDTF/Geometries/DMXGDTFLaserProtocol.h" |
Syntax
class FDMXGDTFLaserProtocol : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This XML node specifies the protocol for a Laser (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Name | Name of the protocol | |
| const TWeakPtr< FDMXGDTFLaserGeometry > | OuterLaserGeometry | The outer laser geometry |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFLaserProtocol
(
const TSharedRef< FDMXGDTFLaserGeometry >& InLaserGeometry |
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. |