Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/FUIComponentUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void OnWidgetRenamed
(
FWidgetBlueprintEditor* BlueprintEditor, |
UIComponentUtils.h | ||
static void OnWidgetRenamed
(
const TSharedRef< FWidgetBlueprintEditor >& BlueprintEditor, |
UIComponentUtils.h |
OnWidgetRenamed(FWidgetBlueprintEditor , UWidgetBlueprint , const FName &, const FName &)
| Name | OnWidgetRenamed |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/UIComponentUtils.h |
| Include Path | #include "UIComponentUtils.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/UIComponentUtils.cpp |
static void OnWidgetRenamed
(
FWidgetBlueprintEditor * BlueprintEditor,
UWidgetBlueprint * WidgetBlueprint,
const FName & OldVarName,
const FName & NewVarName
)
OnWidgetRenamed(const TSharedRef< FWidgetBlueprintEditor > &, UWidgetBlueprint *, const FName &, const FName &)
| Name | OnWidgetRenamed |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/UIComponentUtils.h |
| Include Path | #include "UIComponentUtils.h" |
static void OnWidgetRenamed
(
const TSharedRef < FWidgetBlueprintEditor > & BlueprintEditor,
UWidgetBlueprint * WidgetBlueprint,
const FName & OldVarName,
const FName & NewVarName
)