Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAssetInstance
- UDataprepAssetInterface::ExecuteRecipe()
- UDataprepAssetInstance::ExecuteRecipe()
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAssetInstance.h |
| Include | #include "DataprepAssetInstance.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepAssetInstance.cpp |
virtual void ExecuteRecipe
(
const TSharedPtr < FDataprepActionContext > & InActionsContext
)
Remarks
Sequentially execute all the actions held by the Dataprep asset
The context can be modified by one or more actions. The caller must check on that
Parameters
| Name | Description |
|---|---|
| InOutContext | Context containing all the data required to properly run actions |