Enum EWidgetAnimationEvent Path C++ Link /Script/UMG.EWidgetAnimationEvent underlying uint8 /Script/UMG Values 3 NameValueHex Started00x00Finished10x01EWidgetAnimationEvent_MAX20x02 Used by 3types with a member, parameter or interface of this type FAnimationEventBindingFBlueprintWidgetAnimationDelegateBindingUUserWidget // /Script/UMG.EWidgetAnimationEvent enum class EWidgetAnimationEvent : uint8 { Started = 0, Finished = 1, EWidgetAnimationEvent_MAX = 2, };