FDataprepCoreUtils::RemoveStep

Helper function to remove a step from an action.

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepCoreUtils.h"

Syntax

static bool RemoveStep
(
    UDataprepActionAsset * ActionAsset,
    int32 Index,
    int32 & ActionIndex
)

Remarks

Helper function to remove a step from an action. This function will remove the action from the Dataprep asset owning it if this is the last step.

Parameters

Parameter

Description

ActionAsset

Action asset to perform the operation on

Index

Index of the step to remove.

ActionIndex

Set to INDEX_NONE if the action was not removed from its owning Dataprep asset. Valid index otherwise.

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