Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Protocols > API/Plugins/DMXGDTF/GDTF/Protocols/ArtNet
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFProtocolArtNet
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Protocols/ArtNet/DMXGDTFProtocolArtNet.h |
| Include | #include "GDTF/Protocols/ArtNet/DMXGDTFProtocolArtNet.h" |
Syntax
class FDMXGDTFProtocolArtNet : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
If the device supports the Art-Net protocol, this section defines the corresponding information (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FDMXGDTFProtocolArtNetDMXMap > > | Maps | As children the Art-Net has a list of Maps. | |
| const TWeakPtr< FDMXGDTFProtocols > | OuterProtocols | The outer protocols |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFProtocolArtNet
(
const TSharedRef< FDMXGDTFProtocols >& InProtocols |
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. |