UUserWidget::IsAnimationPlaying

Gets whether an animation is currently playing on this widget.

Windows
MacOS
Linux

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

Syntax

bool IsAnimationPlaying
(
    const UWidgetAnimation * InAnimation
) const

Remarks

Gets whether an animation is currently playing on this widget.

Returns

True if the animation is currently playing

Parameters

Parameter

Description

InAnimation

The animation to check the playback status of

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss