Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UUserWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< const FWidgetAnimationState > GetAnimationState
(
const UWidgetAnimation* InAnimation |
Blueprint/UserWidget.h | ||
TSharedPtr< FWidgetAnimationState > GetAnimationState
(
const UWidgetAnimation* InAnimation |
Blueprint/UserWidget.h |
GetAnimationState(const UWidgetAnimation *)
| Name | GetAnimationState |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/UserWidget.cpp |
TSharedPtr < const FWidgetAnimationState > GetAnimationState
(
const UWidgetAnimation * InAnimation
) const
GetAnimationState(const UWidgetAnimation *)
| Name | GetAnimationState |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/UserWidget.cpp |
TSharedPtr < FWidgetAnimationState > GetAnimationState
(
const UWidgetAnimation * InAnimation
)