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 |
int32 AddSteps
(
const TArray < const UDataprepActionStep * > & ActionSteps
)
Remarks
Add a copy of each step to the action The index of the last added step or index none if no step is invalid
Parameters
| Name | Description |
|---|---|
| ActionSteps | The array of steps we want to duplicate in the action |