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