Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepSelectionTransform.h |
Include |
#include "SelectionSystem/DataprepSelectionTransform.h" |
UCLASS(Abstract, Blueprintable)
class UDataprepSelectionTransform : public UDataprepParameterizableObject
Name | Description | ||
---|---|---|---|
|
bOutputCanIncludeInput |
Specifies if input objects that have matching type can be added to the result. |
Name | Description | ||
---|---|---|---|
|
Execute |
Execute the transform |
|
|
GetAdditionalKeyword() |
Allows to add more keywords for when a user is searching for the fetcher in the ui. |
|
|
GetAdditionalKeyword_Implementation() |
||
|
GetCategory() |
Allows to change the category of the transform for the ui if needed. |
|
|
GetCategory_Implementation() |
||
|
GetDisplayTransformName() |
Allows to change the name of the transform for the ui if needed. |
|
|
GetDisplayTransformName_Implementation() |
||
|
GetTooltip() |
Allows to change the tooltip of the transform for the ui if needed. |
|
|
GetTooltip_Implementation() |
||
|
OnExecution |
This function is called when the transform is executed. |
|
|
OnExecution_Implementation |
This function is the same has OnExcution, but it's the extension point for an transform defined in c++. |