I trying to change my scroll bar to a certain point down. Is that possible?
Hey there @ddave104! Are you attempting to make the slider visually different throughout it’s scroll? Because you can make a custom slider/scrollbox, just take it’s value of the scrollbox and modify a slider’s visuals via blueprint as it scrolls. It just depends one what exactly you’d like to customize however.
Im trying to make a map page for my game. So that when I player re-enters the game, the slider Auto adjust to the last won level button .
Oh if you just want to save the scroll box (or slider depending on what you use), you would need to take either the offset for the scroll box or the value of the slider when you save your game, and set it when you load. This will depend on how you retain your data, but the abstract is like this.
Quick tutorial on saving and loading games if you need it:
Thanks for the help, for anyone else hear is how i did it.
First remember to check “is variable” for scroll box.
The node your looking for is Set scroll offset.
Im setting the New Scroll Offset to my levels button. So I made a levels number Var and last level player at Var.
The Last level player is at Var.. Is set on the level Blueprint.
And the level Number Var. Is in the Save Game.
Remember the levels numbers are where the New Scroll Offset node is getting its information.
Finally I end my levels with a (You win) blueprint.
Heres code to make sure the the last level played is where your scroll box goes too.




