Navigation
API > API/Plugins > API/Plugins/DataprepCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UDataprepAssetInstanceFactory
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepFactories.h |
| Include | #include "DataprepFactories.h" |
Syntax
UCLASS&40;MinimalAPI, BlueprintType&41;
class UDataprepAssetInstanceFactory : public UFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UDataprepAsset > | Parent | The parent of the of the instance to create |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |