UDataprepAsset::AddAction

Add a copy of the action 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 UDataprepActionAsset * Action
)

Remarks

Add a copy of the action to the Dataprep asset

If action is nullptr, a new DataprepActionAsset is simply created

Returns

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

Parameters

Parameter

Description

Action

The action we want to duplicate in the Dataprep asset. Parameter can be null

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