Navigation
API > API/Plugins > API/Plugins/DataprepCore
Description
Move a step to another spot in the order of steps This operation take O(n) time. Where n is the absolute value of StepIndex - DestinationIndex
| Name | MoveStep |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h |
| Include Path | #include "DataprepActionAsset.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepActionAsset.cpp |
bool MoveStep
(
int32 StepIndex,
int32 DestinationIndex
)
True if the step was move
Parameters
| Name | Remarks |
|---|---|
| StepIndex | The Index of the step to move |
| DestinationIndex | The index of where the step will be move to |