Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/UDMXProtocolBlueprintLibrary
References
Module | DMXProtocol |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolBlueprintLibrary.h |
Include | #include "DMXProtocolBlueprintLibrary.h" |
Source | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Private/DMXProtocolBlueprintLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"DMX"&41;
static void SetReceiveDMXEnabled
&40;
bool bReceiveDMXEnabled,
bool bAffectEditor
&41;
Remarks
Sets if DMX is received from the network
Parameters
Name | Description |
---|---|
bReceiveDMXEnabled | If true, receives inbound DMX packets on the input ports, else ignores them, globally. |
bAffectEditor | If true, affects the editor. |