Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/DataprepAsset > BlueprintAPI/EditorScripting/DataprepAsset/Actions
Add a step to a dataprep action by duplicating the step object
Target is Dataprep Core Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Dataprep Action | The dataprep action on which the step will be added |
| object | Step Object | The step that will be duplicated into the action |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value | The object of the new step |