Animate Widget Scale
CallableAnimateWidgetScaleSmoothly animates a widget's render scale to a target value.
Type: Callable (has execution pins)
Category: Fortuna|UMG/UI Helpers
Keywords: umg/ui helpers
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Widget | UWidget* | — | Widget parameter |
| TargetScale | FVector2D | — | TargetScale parameter |
| Duration | float | 0.3 | Duration parameter |
| EaseType | EFBT_EaseType | CubicOut | EaseType parameter |
Example Use Cases
Example 1
Pop-in effect for a tooltip.
Example 2
Shrink a closing dialog box.