Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/FDMXGDTFChannelFunction
Description
Resolves the linked mode master. May be either a DMX channel or a DMX channel function. Returns the mode master, or nullptr if no mode master is linked.
| Name | ResolveModeMaster |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFChannelFunction.h |
| Include Path | #include "GDTF/DMXModes/DMXGDTFChannelFunction.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Private/GDTF/DMXModes/DMXGDTFChannelFunction.cpp |
void ResolveModeMaster
(
TSharedPtr < FDMXGDTFDMXChannel > & OutDMXChannel,
TSharedPtr < FDMXGDTFChannelFunction > & OutChannelFunction
) const