unreal.DataprepIsClassOfFetcher

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

Bases: DataprepBoolFetcher

Filter objects based of their selected class.

C++ Source:

  • Plugin: DataprepEditor

  • Module: DataprepLibraries

  • File: DataprepBoolFetcherLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • class_ (type(Class)): [Read-Write] The key for the for the string

  • should_include_child_class (bool): [Read-Write]

property class_: Class

[Read-Write] The key for the for the string

Type:

(type(Class))

property should_include_child_class: bool

[Read-Write]

Type:

(bool)