UDataprepAssetInterface::ExecuteRecipe_Internal

Does the actual execution of the pipeline with the specified action list

Choose your operating system:

Windows

macOS

Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAssetInterface.h

Include

#include "DataprepAssetInterface.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepAssetInterface.cpp

Syntax

void ExecuteRecipe_Internal
(
    const TSharedPtr< FDataprepActionContext > & InActionsContext,
    const TArray< UDataprepActionAsset * > & ActionAssets
)

Remarks

Does the actual execution of the pipeline with the specified action list