Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UCurveFactory
- UCurveLinearColorFactory
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/CurveFactory.h |
Include | #include "Factories/CurveFactory.h" |
Syntax
UCLASS (MinimalAPI)
class UCurveLinearColorFactory : public UCurveFactory
Remarks
Factory that creates linear color curve assets
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UCurveLinearColorFactory
(
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). |