InsertSteps

Insert a copy of each step into the action at the requested index

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepActionAsset.h"

Source

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

Syntax

bool InsertSteps
(
    const TArray< const UDataprepActionStep * > & ActionSteps,
    int32 Index
)

Remarks

Insert a copy of each step into the action at the requested index

Returns

The index of the added step or index none if the step is invalid

Parameters

Parameter

Description

Index

Index to insert the action step at

ActionSteps

The array of steps to duplicate in the action

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