Navigation
API > API/Runtime > API/Runtime/Engine
Find and Replace Method for FMirrorFindReplaceExpression.
| Name | EMirrorFindReplaceMethod::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/MirrorDataTable.h |
| Include Path | #include "Animation/MirrorDataTable.h" |
Syntax
namespace EMirrorFindReplaceMethod
{
enum Type
{
Prefix,
Suffix,
RegularExpression,
}
}
Values
| Name | Remarks |
|---|---|
| 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 |