Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/DataprepAsset > BlueprintAPI/EditorScripting/DataprepAsset/Producers
Add a producer to a dataprep asset
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 |