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")
bool IsAnimationPlaying
(
const UWidgetAnimation * InAnimation
) const
Remarks
Gets whether an animation is currently playing on this widget. True if the animation is currently playing
Parameters
| Name | Description |
|---|---|
| InAnimation | The animation to check the playback status of |