UDataprepAssetInterface::ExecuteRecipe

Sequentially execute all the actions held by the Dataprep asset

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

DataprepCore

Header

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

Include

#include "DataprepAssetInterface.h"

Syntax

virtual void ExecuteRecipe
(
    const TSharedPtr< FDataprepActionContext > & InActionsContext
)

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

Parameter

Description

InOutContext

Context containing all the data required to properly run actions