There is a node called ‘get current level name’ which is very useful, but the project I’m working on requires knowing what sublevel the actor is currently in as well, is there a way to get the current sublevel as well as the parent level?
Thats what i’m currently doing, I just wanted to see if it was possible to streamline the process a bit but at the end of the day it isn’t that big a deal. Thanks for the quick reply!
As far as I know, there is no way… Get current level will give you the map name, unless you have sublevels, in which case it will give you the persistent level name.
With streaming ( which I assume you’re using ), you have to keep track of the levels your self, because you did, after all, load them.