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, BlueprintCosmetic, Category="User Interface|Animation")
void ReverseAnimation
(
const UWidgetAnimation * InAnimation
)
Remarks
If an animation is playing, this function will reverse the playback.
Parameters
| Name | Description |
|---|---|
| InAnimation | The playing animation that we want to reverse |