Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UCurveFactory
- UCurveFloatFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/CurveFactory.h |
| Include | #include "Factories/CurveFactory.h" |
Syntax
class UCurveFloatFactory : public UCurveFactory
Remarks
Factory that creates float curve assets
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCurveFloatFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | Opens a dialog to configure the factory properties. | ||
| bool | Returns true if this factory should be shown in the New Asset menu (by default calls CanCreateNew). |