Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Protocols
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFProtocols
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Protocols/DMXGDTFProtocols.h |
| Include | #include "GDTF/Protocols/DMXGDTFProtocols.h" |
Syntax
class FDMXGDTFProtocols : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the overall Protocols of the device (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< ArtNet::FDMXGDTFProtocolArtNet > | ArtNet | Describes Art-Net information | |
| const TWeakPtr< FDMXGDTFFixtureType > | OuterFixtureType | The outer fixture type | |
| TSharedPtr< RDM::FDMXGDTFProtocolFTRDM > | RDM | Describes RDM information | |
| TSharedPtr< SACN::FDMXGDTFProtocolSACN > | sACN | Describes sACN information |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFProtocols
(
const TSharedRef< FDMXGDTFFixtureType >& InFixtureType |
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. |