[BUG report] Sequencer "load level" doesnt work on Built but works in Editor

Hi people I am experiencing weird problem

  1. I have blueprint with a bool variable “loadlevel?” I placed it inside my level where my seqeuncer is playing.

on each event tick this blueprint checks if bool is active or not, if the bool is active it loads a “map”

  1. this blueprint is triggered by sequencer on a spesific time

  2. if this blueprint is triggered by sequencer, my map is immediately loaded. there is no problem on editor

  3. but; it doesnt work on built.

  4. my “set as default” or “reset default” buttons doesnt work, they are not clickable in project settings.

  5. my default map settings are correct

  6. my maps are in content/maps folder

  7. after 2 minutes of black screen it loads again the same map.

What can I do?

Thanks for your help.

Ok, I understand the problem, its not BUG, I need to add additional maps from Edit->Project Settings->Packaging and add the maps to the List of maps to include in a packaged build section. Its solved