Hi all…
if i change map my variable lost lost all the change returning at the first value?
So hiw i can resolve it
Quick question, when you say “change map” do you mean you modify it in the editor? Or do you mean the player moved from one level map to another?
For “default values” please read this documentation: Blueprints User Guide: Variables.
For “persistent data” across multiple levels please read this thread: 63824-Persistent-Data-Game-Instance.
Yep the game instance is where you want to save game information that carries between loading new levels. Or you can use a save game depending on what you are actually talking about.
and how i can save permanently a variable?
I mean after the close of the game too
Thats when you use a save game setup.
ok thanks man ;D