Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
Include | #include "Blueprint/UserWidget.h" |
Syntax
struct FAnimationEventBinding
Remarks
Used to manage different animation event bindings that users want callbacks on.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< UWidgetAnimation > | Animation | The animation to look for. |
![]() |
EWidgetAnimationEvent | AnimationEvent | The type of animation event. |
![]() |
FWidgetAnimationDynamicEvent | Delegate | The callback. |
![]() |
FName | UserTag | A user tag used to only get callbacks for specific runs of the animation. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |