UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EMirrorFindReplaceMethod Namespace Reference

Enumerations

enum  Type : int { Prefix , Suffix , RegularExpression }
 

Detailed Description

Find and Replace Method for FMirrorFindReplaceExpression.

Enumeration Type Documentation

◆ Type

Enumerator
Prefix 

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

Suffix 

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

RegularExpression 

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