BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/DataprepAsset > BlueprintAPI/EditorScripting/DataprepAsset/Actions
Add a step to a dataprep action
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 |
class | Step Type | The type of the step we want to add. It can be a fetcher (for the filters) or a operation.z |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | The object of the new step |