Navigation
API > API/Plugins > API/Plugins/DMXFixtures > API/Plugins/DMXFixtures/UDMXFixtureComponentSingle
Description
Called to set the value. When interpolation is enabled this function is called by the plugin until the target value is reached, else just once.
| Name | SetValueNoInterp |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXFixtures/Source/DMXFixtures/Public/DMXFixtureComponentSingle.h |
| Include Path | #include "DMXFixtureComponentSingle.h" |
UFUNCTION (BlueprintCallable, BlueprintImplementableEvent, Category="DMX Component")
void SetValueNoInterp
(
float NewValue
)