unreal.MirrorFindReplaceMethod

class unreal.MirrorFindReplaceMethod

Bases: unreal.EnumBase

Find and Replace Method for FMirrorFindReplaceExpression.

C++ Source:

  • Module: Engine

  • File: MirrorDataTable.h

PREFIX

Only find and replace matching strings at the start of the name

Type

0

REGULAR_EXPRESSION

Use regular expressions for find and replace, including support for captures $1 - $10

Type

2

SUFFIX

Only find and replace matching strings at the end of the name

Type

1