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" |
| Source | /Engine/Source/Runtime/UMG/Private/UserWidget.cpp |
UFUNCTION (BlueprintCallable, Category="User Interface|Animation")
void StopAnimation
(
const UWidgetAnimation * InAnimation
)
Remarks
Stops an already running animation in this widget
Parameters
| Name | Description |
|---|---|
| The | name of the animation to stop |