Navigation
API > API/Runtime > API/Runtime/UMG
| Name | UUserWidgetFunctionLibrary |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
Syntax
UCLASS ()
class UUserWidgetFunctionLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UUserWidgetFunctionLibrary
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UUMGSequencePlayer * Conv_UMGSequencePlayer
(
const FWidgetAnimationHandle& WidgetAnimationHandle |
Blueprint/UserWidget.h |
|
|
static UUserWidget * GetOuterUserWidget
(
const UWidget* Widget |
Blueprint/UserWidget.h |
|