UDataprepSelectionTransform::Execute

Execute the transform

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepSelectionTransform.h

Include

#include "SelectionSystem/DataprepSelectionTransform.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/SelectionSystem/DataprepSelectionTransform.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Execution")
void Execute
(
    const TArray< UObject * > & InObjects,
    TArray< UObject * > & OutObjects
)

Remarks

Execute the transform

Parameters

Parameter

Description

InObjects

Input objects the transform will operate on

OutObjects

Resulting objects after the transform was executed

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