Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This section defines the overall Protocols of the device (XML node
| Name | FDMXGDTFProtocols |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Protocols/DMXGDTFProtocols.h |
| Include Path | #include "GDTF/Protocols/DMXGDTFProtocols.h" |
Syntax
class FDMXGDTFProtocols : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFProtocols
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFProtocols
(
const TSharedRef< FDMXGDTFFixtureType >& InFixtureType |
GDTF/Protocols/DMXGDTFProtocols.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArtNet | TSharedPtr< ArtNet::FDMXGDTFProtocolArtNet > | Describes Art-Net information | GDTF/Protocols/DMXGDTFProtocols.h | |
| OuterFixtureType | const TWeakPtr< FDMXGDTFFixtureType > | The outer fixture type | GDTF/Protocols/DMXGDTFProtocols.h | |
| RDM | TSharedPtr< RDM::FDMXGDTFProtocolFTRDM > | Describes RDM information | GDTF/Protocols/DMXGDTFProtocols.h | |
| sACN | TSharedPtr< SACN::FDMXGDTFProtocolSACN > | Describes sACN information | GDTF/Protocols/DMXGDTFProtocols.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/Protocols/DMXGDTFProtocols.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Protocols/DMXGDTFProtocols.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Protocols/DMXGDTFProtocols.h |