Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UCurveFactory
- UCurveFloatFactory
- UCurveLinearColorFactory
- UCurveVectorFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/CurveFactory.h |
| Include | #include "Factories/CurveFactory.h" |
Syntax
class UCurveFactory : public UFactory
Remarks
Factory that creates curve assets, prompting to pick the kind of curve at creation time
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UCurveBase > | CurveClass | The type of blueprint that will be created |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCurveFactory
(
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. |