Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset
Description
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
| Name | MoveAction |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAsset.h |
| Include Path | #include "DataprepAsset.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepAsset.cpp |
bool MoveAction
(
int32 SourceIndex,
int32 DestinationIndex
)
True if the action was moved
Parameters
| Name | Remarks |
|---|---|
| SourceIndex | The Index of the action to move |
| DestinationIndex | The index of where the action will be move to |