UDMXSubsystem::SendDMXToOutputPort

Sends DMX Values over the Output Port

Windows
MacOS
Linux

References

Module

DMXRuntime

Header

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/DMXSubsystem.h

Include

#include "DMXSubsystem.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Private/DMXSubsystem.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="DMX")
static void SendDMXToOutputPort
(
    FDMXOutputPortReference OutputPortReference,
    int32 LocalUniverse,
    TMap< int32, uint8 > ChannelToValueMap
)

Remarks

Sends DMX Values over the Output Port

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss