Unreal Engine Blueprint API Reference > Editor Scripting > Dataprep Asset > Actions
Return the object of a step from the dataprep action
Target is Dataprep Core Blueprint Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Dataprep Action | The dataprep action on which the step object will retrieve |
integer | Index | The index of the step |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | The retrieved step object (Generally a dataprep operation or filter) |