UEVR icon indicating copy to clipboard operation
UEVR copied to clipboard

Match prop and object names without numbers on a second pass

Open mrbelowski opened this issue 1 year ago • 0 comments

when matching objects and properties, do a second pass ignoring any numeric characters in the name. This deals with edge cases where we want to attach to an object that has a random 32bit int inserted somewhere in its name.

Note i'm not a C++ developer, I may have committed crimes here (ducks...)

mrbelowski avatar Jan 14 '24 22:01 mrbelowski