Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/FWidgetBlueprintEditorUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FText GetPaletteCategory
(
const TSubclassOf< UWidget > Widget |
WidgetBlueprintEditorUtils.h | ||
static FText GetPaletteCategory
(
const FAssetData& WidgetAsset, |
WidgetBlueprintEditorUtils.h |
GetPaletteCategory(const TSubclassOf< UWidget >)
| Name | GetPaletteCategory |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintEditorUtils.h |
| Include Path | #include "WidgetBlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorUtils.cpp |
static FText GetPaletteCategory
(
const TSubclassOf < UWidget > Widget
)
GetPaletteCategory(const FAssetData &, const TSubclassOf< UWidget >)
| Name | GetPaletteCategory |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintEditorUtils.h |
| Include Path | #include "WidgetBlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorUtils.cpp |
static FText GetPaletteCategory
(
const FAssetData & WidgetAsset,
const TSubclassOf < UWidget > NativeClass
)