unreal.DataprepFilter

class unreal.DataprepFilter(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

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 this filter a excluding filter (a filter that is inverse his normal output)

get_fetcher()DataprepFetcher

Get Fetcher

Returns

Return type

DataprepFetcher