Navigation
Unreal Engine C++ API Reference > 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 |
bool InsertSteps
(
const TArray < const UDataprepActionStep * > & ActionSteps,
int32 Index
)
Remarks
Insert a copy of each step into the action at the requested index The index of the added step or index none if the step is invalid
Parameters
Name | Description |
---|---|
Index | Index to insert the action step at |
ActionSteps | The array of steps to duplicate in the action |