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 (BlueprintCallable, Category="DMX")
static void SetReceiveDMXEnabled
(
bool bReceiveDMXEnabled,
bool bAffectEditor
)
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. |