UDataprepAsset::MoveActions

Move group of actions to another spot in the order of actions

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 MoveActions
(
    int32 FirstIndex,
    int32 Count,
    int32 MovePositions
)

Remarks

Move group of actions to another spot in the order of actions

Returns

True if the action group was moved

Parameters

Parameter

Description

FirstIndex

The Index of the first action to move

Count

Number of actions to move

MovePositions

How many positions/offset (can be negative too) to move the actions

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