Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset
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 InsertActions
&40;
const TArray< const UDataprepActionAsset &42; > & InActions,
int32 Index
&41;
Remarks
Insert a copy of each action into the Dataprep asset at the requested index True if the insertion is successful, false if the actions or the index are invalid
Parameters
| Name | Description |
|---|---|
| Actions | The array of actions to insert |
| Index | The index at which the insertion must happen |