I’ve seen this somewhere in the code, but can’t find where it is anymore.
I want to get the integer value from an instanced object’s name. For example: “MyObject_34”, I want to get 34 as an int.
I know I can do my own string splitting/casting logic, but I know there is an existing function somewhere that does this already.
Do anyone know what the function is called?