![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UserWidget.h>
Public Member Functions | |
| FAnimationEventBinding () | |
Public Attributes | |
| TObjectPtr< UWidgetAnimation > | Animation |
| FWidgetAnimationDynamicEvent | Delegate |
| EWidgetAnimationEvent | AnimationEvent |
| FName | UserTag |
Used to manage different animation event bindings that users want callbacks on.
|
inline |
| TObjectPtr<UWidgetAnimation> FAnimationEventBinding::Animation |
The animation to look for.
| EWidgetAnimationEvent FAnimationEventBinding::AnimationEvent |
The type of animation event.
| FWidgetAnimationDynamicEvent FAnimationEventBinding::Delegate |
The callback.
| FName FAnimationEventBinding::UserTag |
A user tag used to only get callbacks for specific runs of the animation.