UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimationEventBinding Struct Reference

#include <UserWidget.h>

Public Member Functions

 FAnimationEventBinding ()
 

Public Attributes

TObjectPtr< UWidgetAnimationAnimation
 
FWidgetAnimationDynamicEvent Delegate
 
EWidgetAnimationEvent AnimationEvent
 
FName UserTag
 

Detailed Description

Used to manage different animation event bindings that users want callbacks on.

Constructor & Destructor Documentation

◆ FAnimationEventBinding()

FAnimationEventBinding::FAnimationEventBinding ( )
inline

Member Data Documentation

◆ Animation

TObjectPtr<UWidgetAnimation> FAnimationEventBinding::Animation

The animation to look for.

◆ AnimationEvent

EWidgetAnimationEvent FAnimationEventBinding::AnimationEvent

The type of animation event.

◆ Delegate

FWidgetAnimationDynamicEvent FAnimationEventBinding::Delegate

The callback.

◆ UserTag

FName FAnimationEventBinding::UserTag

A user tag used to only get callbacks for specific runs of the animation.


The documentation for this struct was generated from the following file: