ADMXFixtureActor::PushNormalizedValuesPerAttribute

Pushes DMX Values to the Fixture. Expects normalized values in the range of 0.0f - 1.0f

Windows
MacOS
Linux

References

Module

DMXFixtures

Header

/Engine/Plugins/VirtualProduction/DMX/DMXFixtures/Source/DMXFixtures/Public/DMXFixtureActor.h

Include

#include "DMXFixtureActor.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXFixtures/Source/DMXFixtures/Private/DMXFixtureActor.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="DMX Fixture")
void PushNormalizedValuesPerAttribute
(
    const FDMXNormalizedAttributeValueMap & ValuePerAttributeMap
)

Remarks

Pushes DMX Values to the Fixture. Expects normalized values in the range of 0.0f - 1.0f

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