Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/SelectionSystem
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataprepParameterizableObject
- UDataprepSelectionTransform
- UDataprepRecursiveSelectionTransform
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepSelectionTransform.h |
| Include | #include "SelectionSystem/DataprepSelectionTransform.h" |
Syntax
UCLASS (Abstract, Blueprintable)
class UDataprepRecursiveSelectionTransform : public UDataprepSelectionTransform
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplySelectionTransform
(
const TArray< UObject* >& InObjects, |
Overridden from UDataprepSelectionTransform
| Type | Name | Description | |
|---|---|---|---|
| void | OnExecution_Implementation
(
const TArray< UObject* >& InObjects, |
This function is the same has OnExcution, but it's the extension point for an transform defined in c++. |