How can i make a next level button?
I alrady make a button which give me “Given Level BP Tag” where i can load only one next level.
But in games their are multiple levels.
For all those levels we don’t make multiple next levels buttons.
So if i’m in level 1 i go to level 2.
When i’m in level 2 go to level 3.
I want to know that process.
If any one know then plzzz help me.
What are you using for the button. Is it an element in your level or part of the UI / Character?
You could store the “next Level” name in your Level Blueprint and provide it to your widget on Event Begin Play. Or when a certain event is called.
You can have a list of levels in your Game Mode or wherever it is convenient for you and go through that. Storing the current level and the list of names so you can just iterate through them on demand.
Maybe that already helps you.
Cheers
If you send me some Tutorials or like that. It will really help me more.