Navigation
API > API/Plugins > API/Plugins/DMXFixtures > API/Plugins/DMXFixtures/UDMXFixtureComponentDouble
Description
Sets second value of the second channel. When interpolation is enabled this function should be called until the value is reached, else just once
| Name | SetChannel2ValueNoInterp |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXFixtures/Source/DMXFixtures/Public/DMXFixtureComponentDouble.h |
| Include Path | #include "DMXFixtureComponentDouble.h" |
UFUNCTION (BlueprintCallable, BlueprintImplementableEvent, Category="DMX")
void SetChannel2ValueNoInterp
(
float Channel2Value
)