Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/FDMXGDTFDMXValue
Description
Gets the DMX value in the resolution of the specified DMX channel. Returns false if the DMX Value has special value "None"
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFDMXValue.h |
| Include Path | #include "GDTF/DMXModes/DMXGDTFDMXValue.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Private/GDTF/DMXModes/DMXGDTFDMXValue.cpp |
bool Get
(
const TSharedRef < FDMXGDTFDMXChannel > & InDMXChannel,
uint32 & OutValue
) const