UEditorDataprepAssetLibrary::GetStepObject

Return the object of a step from the dataprep action

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 * GetStepObject
(
    UDataprepActionAsset * DataprepAction,
    int32 Index
)

Remarks

Return the object of a step from the dataprep action

Returns

The retrieved step object (Generally a dataprep operation or filter)

Parameters

Parameter

Description

DataprepAction

The dataprep action on which the step object will retrieve

Index

The index of the step

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