AddSteps

Add a copy of each step to the action

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

int32 AddSteps
(
    const TArray< const UDataprepActionStep * > & ActionSteps
)

Remarks

Add a copy of each step to the action

Returns

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

Parameters

Parameter

Description

ActionSteps

The array of steps we want 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