RemoveSteps

Remove an array of steps from the action

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepActionAsset.h"

Syntax

bool RemoveSteps
(
    const TArray< int32 > & Indices,
    bool bDiscardParametrization
)

Remarks

Remove an array of steps from the action

Returns

True if at least one step has been removed

Parameters

Parameter

Description

Indices

Array of step indices to remove

bDiscardParametrization

If true, remove parameterization associated with action steps

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