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 InsertStep
(
const UDataprepActionStep * ActionStep,
int32 Index
)
Remarks
Insert a copy of the 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 |
| ActionStep | The step to duplicate in the action |