Yes you can use the “get current level name” node, returns a string, then on load call open level by name, and input the saved return from the previous call. There is also a"get level" call, you can input an actor and it returns a level object reference of the level it is in. You could then open level by object reference on load. Both could work but using the first option is going to use less memory