Choose your operating system:
Windows
macOS
Linux
| UDataprepAssetInterface::ExecuteRecipe()
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAssetInterface.h |
Include |
#include "DataprepAssetInterface.h" |
virtual void ExecuteRecipe
(
const TSharedPtr< FDataprepActionContext > & InActionsContext
)
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
Parameter |
Description |
---|---|
InOutContext |
Context containing all the data required to properly run actions |