unreal.DataprepStringFilter

class unreal.DataprepStringFilter(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: DataprepFilter

Dataprep String Filter

C++ Source:

  • Plugin: DataprepEditor

  • Module: DataprepCore

  • File: DataprepStringFilter.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • match_in_array (bool): [Read-Write] Match in Array

  • string_matching_criteria (DataprepStringMatchType): [Read-Write] String Matching Criteria: The matching criteria used when checking if a fetched value can pass the filter

  • user_string (str): [Read-Write] User String: The string used when doing the comparison

  • user_string_array (DataprepStringFilterMatchingArray): [Read-Write] User String Array