Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- ULightWeightInstanceFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/LightWeightInstanceFactory.h |
| Include | #include "Factories/LightWeightInstanceFactory.h" |
Syntax
UCLASS (HideCategories=Object, MinimalAPI)
class ULightWeightInstanceFactory : public UFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< class UObject > | ParentClass | The parent class of the created blueprint. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULightWeightInstanceFactory
(
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. |