UEditorDataprepAssetLibrary::SwapActions

Swap the actions of a dataprep asset

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 void SwapActions
(
    UDataprepAsset * DataprepAsset,
    int32 FirstActionIndex,
    int32 SecondActionIndex
)

Remarks

Swap the actions of a dataprep asset

Parameters

Parameter

Description

DataprepAsset

The dataprep asset on which the actions will swapped

FirstActionIndex

The index of the first action

SecondActionIndex

The index of the second 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