Hello, so ive created a save game BP and im saving a “main vehicle index” integer variable in it so when i switch between widgets that value stays the same. But its constantly changing.
That index is used to decide which car to show in the menu screens (with a render target system)
I create the game save in the main menu. Then i currently have 3 levels of menu.
Main menu > vehicle customization > vehicle selection.
Whenever i go back and forth between the 2, it switches - that integer/idex variable changes. I currently have 3 vehicles so its either 0, 1 or 2.
Ive attached some images of the main menu and how im doing things, but each level of menu does the same thing when opening it, or switching to another menu from it. The last image is in the vehicle selection widget, and it is fired when you press the button to select one of the cars.
Ive gone through quite a number if changes based on what ive been reading about this topic. So i really hope this is the place to go to find the answer.
I really appreciate ant and all help.
Thanks guys