UDataprepAsset::AddAction

Creates an action from the array of action steps or one action per action steps then add the action(s) to the Dataprep asset

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

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

Remarks

Creates an action from the array of action steps or one action per action steps then add the action(s) to the Dataprep asset

Returns

The index of the last added action or index none if the action is invalid

Parameters

Parameter

Description

ActionSteps

The array of action steps to process

bCreateOne

Indicates if one or more action assets should be created. By default one is created

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