Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset
Type | Name | Description | |
---|---|---|---|
![]() |
bool | InsertAction
(
int32 Index |
Creates a new action then insert the action to the Dataprep asset at the requested index |
![]() |
bool | InsertAction
(
const TArray< const UDataprepActionStep* >& InActionSteps, |
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 |
![]() |
bool | InsertAction
(
const UDataprepActionAsset* InAction, |
Insert a copy of the action to the Dataprep asset at the requested index |