Navigation
API > API/Plugins > API/Plugins/DataprepEditorScriptingUtilities > API/Plugins/DataprepEditorScriptingUtilities/UEditorDataprepAssetLibrary
References
| Module | DataprepEditorScriptingUtilities |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepEditorScriptingUtilities/Public/EditorDataprepAssetLibrary.h |
| Include | #include "EditorDataprepAssetLibrary.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepEditorScriptingUtilities/Private/EditorDataprepAssetLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Editor Scripting | Dataprep Asset | Actions")
static UDataprepParameterizableObject * AddStep
(
UDataprepActionAsset * DataprepAction,
TSubclassOf < UDataprepParameterizableObject > StepType
)
Remarks
Add a step to a dataprep action The object of the new step
Parameters
| Name | Description |
|---|---|
| DataprepAction | The dataprep action on which the step will be added |
| StepType | The type of the step we want to add. It can be a fetcher (for the filters) or a operation.z |