Navigation
API > API/Plugins > API/Plugins/DataprepCore
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h |
| Include | #include "DataprepActionAsset.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepActionAsset.cpp |
bool InsertSteps
&40;
const TArray< const UDataprepActionStep &42; > & ActionSteps,
int32 Index
&41;
Remarks
Insert a copy of each step into the action at the requested index The index of the added step or index none if the step is invalid
Parameters
| Name | Description |
|---|---|
| Index | Index to insert the action step at |
| ActionSteps | The array of steps to duplicate in the action |