Hi! I’m trying to unload all the sublevels except current from map. but when i use for loop it removes only one level. Can somebody help with it please. Generally i need to remove the sublevel where Char have been before i teleport him to another one. Sorry i’m new in UE.
Uploading: levels.png…
1 Like
Can you show the code?
Ok, I can tell you that whatever you have here
will not run correctly, because the unload node is ‘latent’ hence the clock
It means that the stuff on the end will only run for the last value in the loop.
Yes i understand, thank you i fix it, just made another function
1 Like