Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/FWidgetAnimationHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates an invalid handle. | Animation/WidgetAnimationHandle.h | ||
FWidgetAnimationHandle
(
UUserWidget* InUserWidget, |
Creates a handle for the given running animation on the given widget. | Animation/WidgetAnimationHandle.h |
FWidgetAnimationHandle()
Description
Creates an invalid handle.
| Name | FWidgetAnimationHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimationHandle.h |
| Include Path | #include "Animation/WidgetAnimationHandle.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimationHandle.cpp |
FWidgetAnimationHandle()
FWidgetAnimationHandle(UUserWidget *, int32, uint32)
Description
Creates a handle for the given running animation on the given widget.
| Name | FWidgetAnimationHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimationHandle.h |
| Include Path | #include "Animation/WidgetAnimationHandle.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimationHandle.cpp |
FWidgetAnimationHandle
(
UUserWidget * InUserWidget,
int32 InStateIndex,
uint32 InStateSerial
)