unreal.MirrorFindReplaceMethod

class unreal.MirrorFindReplaceMethod

Bases: EnumBase

Find and Replace Method for FMirrorFindReplaceExpression.

C++ Source:

  • Module: Engine

  • File: MirrorDataTable.h

PREFIX: MirrorFindReplaceMethod

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

Type:

0

REGULAR_EXPRESSION: MirrorFindReplaceMethod

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

Type:

2

SUFFIX: MirrorFindReplaceMethod

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

Type:

1