Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset
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 |
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 True if the action was moved
Parameters
| Name | Description |
|---|---|
| SourceIndex | The Index of the action to move |
| DestinationIndex | The index of where the action will be move to |