Navigation
API > API/Plugins > API/Plugins/DMXFixtures > API/Plugins/DMXFixtures/UDMXFixtureComponentDouble
Description
Sets first value of the second channel. When interpolation is enabled this function should be called until the value is reached, else just once
| Name | SetChannel1ValueNoInterp |
| 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 SetChannel1ValueNoInterp
(
float Channel1Value
)