Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/AddStep
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h |
| Include | #include "DataprepActionAsset.h" |
int32 AddStep
&40;
TSubclassOf< UDataprepParameterizableObject > StepType
&41;
Remarks
Add a new step base on the type of step The index of the added step or index none if the StepType is invalid
Parameters
| Name | Description |
|---|---|
| StepType | This type of operation or fetcher(filter) we want to use |