UDataprepSelectionTransform::OnExecution

This function is called when the transform is executed.

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "SelectionSystem/DataprepSelectionTransform.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintNativeEvent)
void OnExecution
(
    const TArray< UObject * > & InObjects,
    TArray< UObject * > & OutObjects
)

Remarks

This function is called when the transform is executed. If your defining your transform in Blueprint or Python this is the function to override.

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