UEVR
UEVR copied to clipboard
Match prop and object names without numbers on a second pass
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...)