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 |
int32 AddActions
&40;
const TArray< const UDataprepActionAsset &42; > & Actions
&41;
Remarks
Add the actions to the Dataprep asset The index of the last added action or index none if the action is invalid
Parameters
| Name | Description |
|---|---|
| Actions | The array of action to add |
| bCreateOne | Indicates if one or more action assets should be created. By default one is created |