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&40;Abstract, Blueprintable&41;
class UDataprepSelectionTransform : public UDataprepParameterizableObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOutputCanIncludeInput | Specifies if input objects that have matching type can be added to the result. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute the transform | ||
| FText | Allows to add more keywords for when a user is searching for the fetcher in the ui. | ||
| FText | |||
| FText | GetCategory () |
Allows to change the category of the transform for the ui if needed. | |
| FText | |||
| FText | Allows to change the name of the transform for the ui if needed. | ||
| FText | |||
| FText | GetTooltip () |
Allows to change the tooltip of the transform for the ui if needed. | |
| FText | |||
| void | OnExecution
(
const TArray< UObject* >& InObjects, |
This function is called when the transform is executed. | |
| 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++. |