Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset > API/Plugins/DataprepCore/UDataprepAsset/InsertAction
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAsset.h |
| Include | #include "DataprepAsset.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepAsset.cpp |
bool InsertAction
(
const TArray < const UDataprepActionStep * > & InActionSteps,
int32 Index
)
Remarks
Creates an action from the array of action steps or one action per action steps then insert the action(s) to the Dataprep asset at the requested index True if the insertion is successful, false if the action steps or the index are invalid
Parameters
| Name | Description |
|---|---|
| ActionSteps | The array of action steps to process |
| Index | The index at which the insertion must happen |