UEditorDataprepAssetLibrary::AddAction

Add an action to a dataprep asset the action is added at the end of the action list

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 UDataprepActionAsset * AddAction
(
    UDataprepAsset * DataprepAsset
)

Remarks

Add an action to a dataprep asset

the action is added at the end of the action list

Returns

the new action

Parameters

Parameter

Description

DataprepAsset

The dataprep asset to which the action will added

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