Navigation
API > API/Editor > API/Editor/Blutility
Inheritance Hierarchy
- UFactory
- UEditorUtilityWidgetBlueprintFactory
References
| Module | Blutility |
| Header | /Engine/Source/Editor/Blutility/Classes/EditorUtilityWidgetBlueprintFactory.h |
| Include | #include "EditorUtilityWidgetBlueprintFactory.h" |
Syntax
UCLASS (HideCategories=Object, MinimalAPI)
class UEditorUtilityWidgetBlueprintFactory : public UFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EBlueprintType > | BlueprintType | The type of blueprint that will be created. | |
| TSubclassOf< class UUserWidget > | ParentClass | The parent class of the created blueprint. | |
| UClass * | RootWidgetClass |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEditorUtilityWidgetBlueprintFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateNew () |
||
| bool | |||
| UObject * | FactoryCreateNew
(
UClass* Class, |
||
| bool |