UDataprepSelectionTransform::OnExecution_Implementation

This function is the same has OnExcution, but it's the extension point for an transform defined in c++.

Windows
MacOS
Linux

Override Hierarchy

UDataprepSelectionTransform::OnExecution_Implementation()

UDataprepRecursiveSelectionTransform::OnExecution_Implementation()

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

virtual void OnExecution_Implementation
(
    const TArray< UObject * > & InObjects,
    TArray< UObject * > & OutObjects
)

Remarks

This function is the same has OnExcution, but it's the extension point for an transform defined in c++. It will be called on the transform execution.

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