Is there a way to get actor by world outliner path, for example, /a/b/Mesh01. I want to check whether an actor exists in world outliner, then modify some property or delete it.
With some workarounds, you could use this for your purposes, though it wouldn’t exactly be clean. You could check the paths of actors in the world and compare it against your desired path to see if something already exists there.