Hi people I am experiencing weird problem
- 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”
- 
this blueprint is triggered by sequencer on a spesific time 
- 
if this blueprint is triggered by sequencer, my map is immediately loaded. there is no problem on editor 
- 
but; it doesnt work on built. 
- 
my “set as default” or “reset default” buttons doesnt work, they are not clickable in project settings. 
- 
my default map settings are correct 
- 
my maps are in content/maps folder 
- 
after 2 minutes of black screen it loads again the same map. 
What can I do?
Thanks for your help.