Navigation
API > API/Editor > API/Editor/UMGEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UWidgetBlueprintFactory
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Classes/WidgetBlueprintFactory.h |
| Include | #include "WidgetBlueprintFactory.h" |
Syntax
class UWidgetBlueprintFactory : public UFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< enum EBlueprintType > | BlueprintType | The type of blueprint that will be created. | |
| TSubclassOf< class UUserWidget > | ParentClass | The parent class of the created blueprint. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UWidgetBlueprintFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | Opens a dialog to configure the factory properties. | ||
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| bool | Returns true if this factory should be shown in the New Asset menu (by default calls CanCreateNew). |