Navigation
API > API/Runtime > API/Runtime/WidgetCarousel > API/Runtime/WidgetCarousel/FCarouselDisplayItem
References
| Module | WidgetCarousel |
| 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
)
Remarks
Blend the widget fade / transform to the desired value. True if still blending, false otherwise
Parameters
| Name | Description |
|---|---|
| DeltaTime | The delta time. |
| DesiredValue | The desired value. |
| Speed | Speed to transform. |
| OutCurrentValue | The value to set. |