unreal.NameMatchingRule

class unreal.NameMatchingRule

Bases: unreal.EnumBase

EName Matching Rule

C++ Source:

  • Plugin: LevelSnapshots

  • Module: LevelSnapshotFilters

  • File: PropertyHasNameFilter.h

CONTAINS_EXACTLY

The name must contains the following substring (case sensitive)

Type

2

CONTAINS_IGNORE_CASE

The name must contains the following substring (case insensitive)

Type

3

MATCHES_EXACTLY

The property name must match the given name exactly.

Type

0

MATCHES_IGNORE_CASE

The name must match the given name but ignores the case

Type

1