UDataprepAsset::MoveAction

Move an action to another spot in the order of actions This operation take O(n) time.

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepAsset.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepAsset.cpp

Syntax

bool MoveAction
(
    int32 SourceIndex,
    int32 DestinationIndex
)

Remarks

Move an action to another spot in the order of actions This operation take O(n) time. Where n is the absolute value of SourceIndex - DestinationIndex

Returns

True if the action was move

Parameters

Parameter

Description

SourceIndex

The Index of the action to move

DestinationIndex

The index of where the action 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