Navigation
API > API/Plugins > API/Plugins/DMXProtocolArtNet > API/Plugins/DMXProtocolArtNet/FDMXProtocolArtNetModule
Description
Sending DMX through console command Command structure is DMX.ArtNet.SendDMX [UniverseID] Channel:Value Channel:Value Channel:Value ... Example: DMX.ArtNet.SendDMX 17 10:6 11:7 12:8 13:9 It will send the DMX to Universe 17. It could be any value from 0 to 32767 And it update the channels values for channel 10, 11, 12, 13 with values 6, 7, 8, 9 Channel could be any value from 0 to 511 Value could be any value from 0 to 255
| Name | SendDMXCommandHandler |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocolArtNet/Public/DMXProtocolArtNetModule.h |
| Include Path | #include "DMXProtocolArtNetModule.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocolArtNet/Private/DMXProtocolArtNetModule.cpp |
static void SendDMXCommandHandler
(
const TArray < FString > & Args
)