Navigation
API > API/Plugins > API/Plugins/DMXGDTF
To define a custom mapping between Streaming ACN values and DMX Stream values you can add an XML node
| Name | FDMXGDTFProtocolDMXMapBase |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Protocols/DMXGDTFProtocolDMXMap.h |
| Include Path | #include "GDTF/Protocols/DMXGDTFProtocolDMXMap.h" |
Syntax
class FDMXGDTFProtocolDMXMapBase : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFProtocolDMXMapBase
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | uint16 | Value of the protocol value. | GDTF/Protocols/DMXGDTFProtocolDMXMap.h | |
| Value | uint16 | Value of the DMX value. | GDTF/Protocols/DMXGDTFProtocolDMXMap.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/DMXGDTFProtocolDMXMap.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Protocols/DMXGDTFProtocolDMXMap.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Protocols/DMXGDTFProtocolDMXMap.h |