FCarouselDisplayItem::BlendWidget

Blend the widget fade / transform to the desired value.

Windows
MacOS
Linux

References

Module

WidgetCarousel

Header

/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h

Include

#include "SWidgetCarousel.h"

Syntax

bool BlendWidget
(
    const float & DeltaTime,
    const float & DesiredValue,
    const float & Speed,
    float & OutCurrentValue
)

Remarks

Blend the widget fade / transform to the desired value.

Returns

True if still blending, false otherwise

Parameters

Parameter

Description

DeltaTime

The delta time.

DesiredValue

The desired value.

Speed

Speed to transform.

OutCurrentValue

The value to set.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss