Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/DataprepAsset > BlueprintAPI/EditorScripting/DataprepAsset/Producers
Add a producer to a dataprep asset (The producer will act as if was call from the dataprep editor, use the automated version if you don't want any ui)
Target is Dataprep Core Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Dataprep Asset Interface | The dataprep asset on which the producer will be added. |
| class | Producer Class | The type of producer to add |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value | The created producer |