Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/DataprepAsset
Runs the Dataprep asset's producers, execute its recipe and finally runs the consumer to output the results.
Target is Dataprep Core Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Dataprep Asset Interface | Dataprep asset to run. |
| enum | Log Reporting Method | Chose the way the log from the producers, operations and consumer will be reported (this will only affect the log from dataprep). |
| enum | Progress Reporting Method | The way that the progress updates will be reported. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if successful. |