In the system I work with, there seem to be multiple instances of some of the objects created by colleagues over time. So they are not BP objects but our own locally created objects.
With a background in programming, I find this highly unpleasant as you want only one version of an object so you know that will be the one to maintain and that will be the one that will run when called. In windows there would be a PATH that defines where to look first for whatever has to run. I'm not aware of a PATH-equivalent in BP. Now I'm left wondering what version will be the live one and which will be redundant?
Obviously, this could be easily tested by creating two objects with the same name in different groups. Unfortunately our system does not allow me to delete or rename any objects or processes, so I'd be stuck with my 'test' objects until retirement kicks in. Aiming to keep our development environment as clean as possible, this is not an option - at least not for me.
Anyone out there perhaps knows the answer to my little dilemma?
Happy coding!
Paul
Sweden
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)