Navigation
API > API/Editor > API/Editor/Blutility
Inheritance Hierarchy
- UFactory
- UEditorUtilityBlueprintFactory
References
| Module | Blutility |
| Header | /Engine/Source/Editor/Blutility/Classes/EditorUtilityBlueprintFactory.h |
| Include | #include "EditorUtilityBlueprintFactory.h" |
Syntax
UCLASS ()
class UEditorUtilityBlueprintFactory : public UFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< class UObject > | ParentClass | The parent class of the created blueprint. | |
| TWeakPtr< SWindow > | PickerWindow | A pointer to the window that is asking the user to select a parent class |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEditorUtilityBlueprintFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateNew () |
||
| bool | |||
| UObject * | FactoryCreateNew
(
UClass* Class, |
||
| void | OnClassPicked
(
UClass* InChosenClass |
Handler for when a class is picked in the class picker |