Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h |
Include |
#include "SWidgetCarousel.h" |
bool BlendWidget
(
const float & DeltaTime,
const float & DesiredValue,
const float & Speed,
float & OutCurrentValue
)
Blend the widget fade / transform to the desired value.
True if still blending, false otherwise
Parameter |
Description |
---|---|
DeltaTime |
The delta time. |
DesiredValue |
The desired value. |
Speed |
Speed to transform. |
OutCurrentValue |
The value to set. |