Navigation
API > API/Editor > API/Editor/UnrealEd
Factory that creates vector curve assets
| Name | UCurveVectorFactory |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/CurveFactory.h |
| Include Path | #include "Factories/CurveFactory.h" |
Syntax
UCLASS (MinimalAPI)
class UCurveVectorFactory : public UCurveFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UCurveFactory → UCurveVectorFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCurveVectorFactory
(
const FObjectInitializer& ObjectInitializer |
Factories/CurveFactory.h |
Functions
Public
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ConfigureProperties () |
Opens a dialog to configure the factory properties. | Factories/CurveFactory.h | |
virtual bool ShouldShowInNewMenu() |
Returns true if this factory should be shown in the New Asset menu (by default calls CanCreateNew). | Factories/CurveFactory.h |