Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Modulators/DMXModulator.h |
Include |
#include "Modulators/DMXModulator.h" |
UCLASS(BlueprintType, Blueprintable, EditInlineNew, Abstract)
class UDMXModulator : public UObject
Base class for custom modulators. Override Modulate and ModulateMatrix functions in the blueprints to implement functionality. Input maps hold all attribute values of the patch. Output Maps can be freely defined, but Attributes not present in the patch will be ignored.
Name | Description | ||
---|---|---|---|
|
Modulate ( |
||
|
Modulate_Implementation ( |
||
|
ModulateMatrix ( |
||
|
ModulateMatrix_Implementation ( |