Navigation
API > API/Plugins > API/Plugins/DataprepEditorScriptingUtilities > API/Plugins/DataprepEditorScriptingUtilities/UEditorDataprepAssetLibrary
References
| Module | DataprepEditorScriptingUtilities |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepEditorScriptingUtilities/Public/EditorDataprepAssetLibrary.h |
| Include | #include "EditorDataprepAssetLibrary.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepEditorScriptingUtilities/Private/EditorDataprepAssetLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Editor Scripting &124; Dataprep Asset"&41;
static bool ExecuteDataprep
&40;
UDataprepAssetInterface &42; DataprepAssetInterface,
EDataprepReportMethod LogReportingMethod,
EDataprepReportMethod ProgressReportingMethod
&41;
Remarks
Runs the Dataprep asset's producers, execute its recipe and finally runs the consumer to output the results. True if successful.
Parameters
| Name | Description |
|---|---|
| DataprepAssetInterface | Dataprep asset to run. |
| LogReportingMethod | Chose the way the log from the producers, operations and consumer will be reported (this will only affect the log from dataprep). |
| ProgressReportingMethod | The way that the progress updates will be reported. |