Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Blueprint > API/Runtime/UMG/Blueprint/UUserWidget
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include | #include "Blueprint/UserWidget.h" |
UFUNCTION (BlueprintNativeEvent, BlueprintCosmetic, Category="Animation")
void OnAnimationFinished
(
const UWidgetAnimation * Animation
)
Remarks
Called when an animation has either played all the way through or is stopped
Parameters
| Name | Description |
|---|---|
| Animation | The animation that has finished playing |