Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAssetInterface
Description
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
Derived Overrides
| Name | ExecuteRecipe |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAssetInterface.h |
| Include Path | #include "DataprepAssetInterface.h" |
virtual void ExecuteRecipe
(
const TSharedPtr< FDataprepActionContext > & InActionsContext
)
Parameters
| Name | Remarks |
|---|---|
| InOutContext | Context containing all the data required to properly run actions |