FCarouselDisplayItem::BlendWidget

Blend the widget fade / transform to the desired value.

Choose your operating system:

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.