way to get actor by world outliner path

Hi @liyangyang0901!

To add onto this- these are the only nodes available related to the outliner name and path:

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.

As far as doing this through python… here are the available functions, however I don’t think these will help you get any closer to your solution. Search — Unreal Python 4.27 (Experimental) documentation