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" |
bool MoveStep
&40;
int32 StepIndex,
int32 DestinationIndex
&41;
Remarks
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 True if the step was move
Parameters
Name | Description |
---|---|
StepIndex | The Index of the step to move |
DestinationIndex | The index of where the step will be move to |