Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset
- UDataprepAssetInterface::ExecuteRecipe()
- UDataprepAsset::ExecuteRecipe()
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAsset.h |
Include | #include "DataprepAsset.h" |
Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepAsset.cpp |
virtual void ExecuteRecipe
&40;
const TSharedPtr< FDataprepActionContext > & InActionsContext
&41;
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 |