UEditorDataprepAssetLibrary::AddStepByDuplication

Add a step to a dataprep action by duplicating the step object

Windows
MacOS
Linux

References

Module

DataprepEditorScriptingUtilities

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepEditorScriptingUtilities/Public/EditorDataprepAssetLibrary.h

Include

#include "EditorDataprepAssetLibrary.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepEditorScriptingUtilities/Private/EditorDataprepAssetLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Editor Scripting | Dataprep Asset | Actions")
static UDataprepParameterizableObject * AddStepByDuplication
(
    UDataprepActionAsset * DataprepAction,
    UDataprepParameterizableObject * StepObject
)

Remarks

Add a step to a dataprep action by duplicating the step object

Returns

The object of the new step

Parameters

Parameter

Description

DataprepAction

The dataprep action on which the step will be added

StepObject

The step that will be duplicated into 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