Unreal Engine Blueprint API Reference > Editor Scripting > Dataprep Asset > 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 |