Navigation
API > API/Plugins > API/Plugins/DMXGDTF
If the device supports the Art-Net protocol, this section defines the corresponding information (XML node
| Name | FDMXGDTFProtocolSACN |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Protocols/sACN/DMXGDTFProtocolSACN.h |
| Include Path | #include "GDTF/Protocols/sACN/DMXGDTFProtocolSACN.h" |
Syntax
class FDMXGDTFProtocolSACN : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFProtocolSACN
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFProtocolSACN
(
const TSharedRef< FDMXGDTFProtocols >& InProtocols |
GDTF/Protocols/sACN/DMXGDTFProtocolSACN.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Maps | TArray< TSharedPtr< FDMXGDTFProtocolSACNDMXMap > > | As children the Art-Net has a list of Maps. | GDTF/Protocols/sACN/DMXGDTFProtocolSACN.h | |
| OuterProtocols | const TWeakPtr< FDMXGDTFProtocols > | The outer protocols | GDTF/Protocols/sACN/DMXGDTFProtocolSACN.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/sACN/DMXGDTFProtocolSACN.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Protocols/sACN/DMXGDTFProtocolSACN.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Protocols/sACN/DMXGDTFProtocolSACN.h |