We'll be demystifying the CommonUI action bar, while creating a hold skip button, slow and speed up buttons in the action bar for the Credits screen in Lyra. I'm using Lyra since it already has common buttons setup, but you could use the knowledge in your own projects where you use CommonUI.
I find it useful to be able to slow down and speed up a credits screen page, if someone misses a name, then they can skip and restart easily with a skip button!
We'll be going through how the back button navigation is setup on some widgets and actions populate the bar. Buttons were almost setup for long hold interaction, just missing one detail, we'll go through that also.
GitHub code at : https://github.com/NanceDevDiaries/Tutorials/tree/main/CommonUIActionBarCreditScreen
Engine version : Unreal Engine 5.3
Project based off : Lyra Sample Game 5.3
Thanks for watching!
Join my Patreon to get video credits and if you'd like to give thanks!
https://www.patreon.com/NanceDevDiaries
---------------
Timestamps:
00:00 - Intro
01:07 - Settings action bar, adds hold button for Cancel changes
09:14 - Creating the skip, slow, speed actions for the credit screen
14:23 - Setting up our skip functionality, results of the code
24:39 - Speed up / slow down credits