Navigation
API > API/Plugins > API/Plugins/DataprepCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UDataprepAssetFactory
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepFactories.h |
| Include | #include "DataprepFactories.h" |
Syntax
UCLASS&40;MinimalAPI, BlueprintType&41;
class UDataprepAssetFactory : public UFactory
Remarks
LevelFactory.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| bool | Returns true if this factory should be shown in the New Asset menu (by default calls CanCreateNew). |