Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/SelectionSystem > API/Plugins/DataprepCore/SelectionSystem/UDataprepSelectionTransform
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepSelectionTransform.h |
| Include | #include "SelectionSystem/DataprepSelectionTransform.h" |
UFUNCTION (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
| Name | Description |
|---|---|
| InObjects | Input objects the transform will operate on |
| OutObjects | Resulting objects after the transform was executed |