unreal.NameMatchingRule

class unreal.NameMatchingRule

Bases: EnumBase

EName Matching Rule

C++ Source:

  • Plugin: LevelSnapshots

  • Module: LevelSnapshotFilters

  • File: PropertyHasNameFilter.h

CONTAINS_EXACTLY: NameMatchingRule

The name must contains the following substring (case sensitive)

Type:

2

CONTAINS_IGNORE_CASE: NameMatchingRule

The name must contains the following substring (case insensitive)

Type:

3

MATCHES_EXACTLY: NameMatchingRule

The property name must match the given name exactly.

Type:

0

MATCHES_IGNORE_CASE: NameMatchingRule

The name must match the given name but ignores the case

Type:

1