MoveStep

Move a step to another spot in the order of steps This operation take O(n) time.

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h

Include

#include "DataprepActionAsset.h"

Syntax

bool MoveStep
(
    int32 StepIndex,
    int32 DestinationIndex
)

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

Returns

True if the step was move

Parameters

Parameter

Description

StepIndex

The Index of the step to move

DestinationIndex

The index of where the step will be move to

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss