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 |