Navigation
API > API/Plugins > API/Plugins/DataprepCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataprepRecipeInterface
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAssetInterface.h |
| Include | #include "DataprepAssetInterface.h" |
Syntax
UCLASS&40;Abstract, BlueprintType&41;
class UDataprepRecipeInterface : public UObject
Remarks
A DataprepAssetInterface is composed of a set of producers, inputs, a consumer, output, and a recipe, set of actions. The producers generate assets and populate a given world. The pipeline modifies the assets and the actors of the given world. Finally, the consumer converts the assets and the given world. An FBX exporter is a possible consumer. This class is an abstract modeling the data preparation pipeline.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnDataprepRecipeChanged | OnChanged | Delegate broadcasted when the recipe has changed |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDataprepRecipeInterface::FOnDataprepRecipeChanged TBaseMulticastDelegate_NoParams | GetOnChanged () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnDataprepRecipeChanged | Allow an observer to be notified when when the recipe has changed |