Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/FWidgetBlueprintOperationUtils
Description
Validates that a widget can be renamed to NewName. Returns true if the rename is valid; fills OutErrorMessage on failure.
| Name | VerifyWidgetRename |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintOperationUtils.h |
| Include Path | #include "WidgetBlueprintOperationUtils.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintOperationUtils.cpp |
static bool VerifyWidgetRename
(
UWidgetBlueprint * WidgetBlueprint,
UWidget * TemplateWidget,
const FText & NewName,
FText & OutErrorMessage
)