Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UCurveFactory
- UCurveVectorFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/CurveFactory.h |
| Include | #include "Factories/CurveFactory.h" |
Syntax
class UCurveVectorFactory : public UCurveFactory
Remarks
Factory that creates vector curve assets
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCurveVectorFactory
(
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). |