Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UCompositeCurveTableFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/CompositeCurveTableFactory.h |
| Include | #include "Factories/CompositeCurveTableFactory.h" |
Syntax
class UCompositeCurveTableFactory : public UFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCompositeCurveTableFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UCurveTable * | MakeNewCurveTable
(
UObject* InParent, |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |