unreal.DataprepSelectionTransform
¶
- class unreal.DataprepSelectionTransform(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
DataprepParameterizableObject
Dataprep Selection Transform
C++ Source:
Plugin: DataprepEditor
Module: DataprepCore
File: DataprepSelectionTransform.h
Editor Properties: (see get_editor_property/set_editor_property)
output_can_include_input
(bool): [Read-Write] Output Can Include Input: Specifies if input objects that have matching type can be added to the result
- get_additional_keyword() Text ¶
Allows to add more keywords for when a user is searching for the fetcher in the ui.
- Return type:
- get_category() Text ¶
Allows to change the category of the transform for the ui if needed.
- Return type:
- get_display_transform_name() Text ¶
Allows to change the name of the transform for the ui if needed.
- Return type:
- get_tooltip() Text ¶
Allows to change the tooltip of the transform for the ui if needed.
- Return type: