Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UMirrorDataTable
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/MirrorDataTable.h |
Include | #include "Animation/MirrorDataTable.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/MirrorDataTable.cpp |
static FName GetMirrorName
&40;
FName InName,
const TArray< FMirrorFindReplaceExpression > & MirrorFindReplaceExpressions
&41;
Remarks
Apply the provided find and replace strings against the given name, returning the mirrored name or NAME_None if none of the find strings are found in the name. The mirrored name or NAME_None if none of the expressions match
Parameters
Name | Description |
---|---|
MirrorFindReplaceExpressions | Find and replace expressions. The first matching expression will be returned |
InName | Name to find and replace |