Navigation
API > API/Editor > API/Editor/UMGEditor
A template for classes generated by UWidgetBlueprint assets Accounts for the possibility that a the blueprint may not be loaded when the palette is created
| Name | FWidgetTemplateBlueprintClass |
| Type | class |
| Header File | /Engine/Source/Editor/UMGEditor/Public/Templates/WidgetTemplateBlueprintClass.h |
| Include Path | #include "Templates/WidgetTemplateBlueprintClass.h" |
Syntax
class FWidgetTemplateBlueprintClass : public FWidgetTemplateClass
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FWidgetTemplate → FWidgetTemplateClass → FWidgetTemplateBlueprintClass
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWidgetTemplateBlueprintClass
(
const FAssetData& InWidgetAssetData, |
Constructor | Templates/WidgetTemplateBlueprintClass.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FWidgetTemplateBlueprintClass() |
Destructor | Templates/WidgetTemplateBlueprintClass.h |
Functions
Public
Overridden from FWidgetTemplate
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UWidget * Create
(
UWidgetTree* Tree |
Creates an instance of the widget for the tree. | Templates/WidgetTemplateBlueprintClass.h | |
virtual FText GetCategory() |
Gets the category for the widget | Templates/WidgetTemplateBlueprintClass.h | |
virtual const FSlateBrush * GetIcon() |
The icon coming from the default object of the class | Templates/WidgetTemplateBlueprintClass.h | |
virtual TSharedRef< IToolTip > GetToolTip() |
Gets the tooltip widget for this palette item. | Templates/WidgetTemplateBlueprintClass.h | |
virtual FReply OnDoubleClicked() |
Opens the widget blueprint for edit | Templates/WidgetTemplateBlueprintClass.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Supports
(
UClass* InClass |
Returns true if the supplied class is supported by this template | Templates/WidgetTemplateBlueprintClass.h |