Option/Pause Menu Sliders Persistence
Author: Charley Weaver
Throughout this short week, we focused on fixing slight bugs in our Alpha Build. This included bugs with collisions and with the music options sliders below. Like the issue with key mapping persistence between levels, I had some issues with the options for music volumes persist between opening and closing the pause or menu options.
I was able to resolve this issue quickly by creating a variable within the custom game instance for our game. Once the variable was in place with a default, I was able to open and change the widget accordingly. The most important aspect to having those sliders show the correct value on opening was the construct blueprint event. Here, I set the bound value of the slider to what the game instance was set at.
This then produced a smooth and persistent value between changes of the slider. See below:
The Butterfly Effect
Live the experience of a butterfly from their own eyes...
Status | In development |
Author | teaminsertnamehere |
Genre | Puzzle, Adventure |
Tags | 3D, Animals, nature, Stealth, Unreal Engine |
More posts
- Puddle Particle Bug FixAug 25, 2023
- How can I use Gamepad in the UI Widgets in Unreal Engine 5?Aug 23, 2023
- Saving Sound Settings Between PlaythroughsAug 19, 2023
- Skip NPC Cinematic with Interactive KeyAug 18, 2023
- Movement UpdateAug 12, 2023
- Solve Fly faster counter to use multiple Fly Faster power Ups inside the levelAug 12, 2023
- Save System ContinuationAug 05, 2023
- How I can hide the HUD elements during the cinematics?Aug 05, 2023
- Save SystemJul 21, 2023
- Fix Fly Faster crashJul 20, 2023
Leave a comment
Log in with itch.io to leave a comment.