Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This XML node specifies the protocol for a Laser (XML node
| Name | FDMXGDTFLaserProtocol |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFLaserProtocol.h |
| Include Path | #include "GDTF/Geometries/DMXGDTFLaserProtocol.h" |
Syntax
class FDMXGDTFLaserProtocol : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFLaserProtocol
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFLaserProtocol
(
const TSharedRef< FDMXGDTFLaserGeometry >& InLaserGeometry |
GDTF/Geometries/DMXGDTFLaserProtocol.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FString | Name of the protocol | GDTF/Geometries/DMXGDTFLaserProtocol.h | |
| OuterLaserGeometry | const TWeakPtr< FDMXGDTFLaserGeometry > | The outer laser geometry | GDTF/Geometries/DMXGDTFLaserProtocol.h |
Functions
Public
Overridden from FDMXGDTFNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FXmlNode * CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | GDTF/Geometries/DMXGDTFLaserProtocol.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Geometries/DMXGDTFLaserProtocol.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Geometries/DMXGDTFLaserProtocol.h |