UDataprepAssetInterface::ExecuteRecipe

Sequentially execute all the actions held by the Dataprep asset

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss