unreal.DataprepIntegerFilter

class unreal.DataprepIntegerFilter(outer: Object | None = None, name: Name | str = 'None')

Bases: DataprepFilter

Dataprep Integer Filter

C++ Source:

  • Plugin: DataprepEditor

  • Module: DataprepCore

  • File: DataprepIntegerFilter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • equal_value (int32): [Read-Write] The value to use when doing the comparison against the fetched value

  • from_value (int32): [Read-Write] A value used for the in-between check

  • integer_matching_criteria (DataprepIntegerMatchType): [Read-Write] The matching criteria used when checking if a fetched value can pass the filter

  • is_excluding_result (bool): [Read-Write] Is this filter an excluding filter (a filter that produces the inverse of its normal output)

  • to_value (int32): [Read-Write] A value used for the in-between check