unreal.DataprepFilterNoFetcher

class unreal.DataprepFilterNoFetcher(outer=None, name='None')

Bases: unreal.DataprepParameterizableObject

The Dataprep Filter a base class for the Dataprep selection system It’s main responsibility is to filter a array of object and to return the selected objects

This version of the filter does not support fetchers, but instead works (filters) directly on the input objects

C++ Source:

  • Plugin: DataprepEditor

  • Module: DataprepCore

  • File: DataprepFilter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_excluding_result (bool): [Read-Write] Is Excluding Result: Is this filter a excluding filter (a filter that is inverse his normal output)

get_additional_keyword() Text

Allows to add more keywords for when a user is searching for the filter in the ui.

Return type

Text

get_display_filter_name() Text

Allows to change the name of the filter for the ui if needed.

Return type

Text

get_node_display_filter_name() Text

The name displayed on node title.

Return type

Text

get_tooltip_text() Text

Allows to change the tooltip of the filter for the ui if needed.

Return type

Text