unreal.DatasmithStringMetadataValueFetcher

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

Bases: DataprepStringsArrayFetcher

Filter objects based on the key value of their metadata.

C++ Source:

  • Plugin: DatasmithImporter

  • Module: DatasmithImporter

  • File: DatasmithDataprepFetcher.h

Editor Properties: (see get_editor_property/set_editor_property)

  • key (Name): [Read-Write] The key for the for the string

  • key_match (MetadataKeyMatchingCriteria): [Read-Write]

property key: Name

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

Type:

(Name)

property key_match: MetadataKeyMatchingCriteria

[Read-Write]

Type:

(MetadataKeyMatchingCriteria)