Navigation
API > API/Plugins > API/Plugins/DMXProtocolsACN > API/Plugins/DMXProtocolsACN/FDMXProtocolSACNModule
References
Module | DMXProtocolsACN |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocolSACN/Public/DMXProtocolSACNModule.h |
Include | #include "DMXProtocolSACNModule.h" |
Source | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocolSACN/Private/DMXProtocolSACNModule.cpp |
static void SendDMXCommandHandler
&40;
const TArray< FString > & Args
&41;
Remarks
Sending DMX through console command Command structure is DMX.SACN.SendDMX [UniverseID] Channel:Value Channel:Value Channel:Value ... Example: DMX.SACN.SendDMX 7 25:156 26:0 27:10 28:15 It will send the DMX to Universe 7. It could be any value from 0 to 64214 And it update the channels values for channel 25, 26, 27, 28 with values 156, 0, 10, 15 Channel could be any value from 0 to 511 Value could be any value from 0 to 255