Community Tutorial: How to Make an Options Menu in Unreal Engine 5

Hello guys, in this quick and simple tutorial we are going to learn how to make a simple options menu in Unreal Engine 5

Check out my Steam Game! Bromeliad on Steam
Follow me on Twitter: https://twitter.com/GorkaGames
Subscribe to the channel: https://www.youtube.com/channel/UCv_n9oioNF6OpzR2dt6E4xg

unreal engine 5,ue5,options menu,tutorial,quixel,megascans,unreal engine tutorial,options menu unreal engine,ue5 options menu,ue5 settings menu tutorial,ue5 simple options menu,unreal engine options system,unreal engine 5 how to make a options menu,unreal engine 5 settings panel,unreal engine how to easily make a options panel, unreal engine 4 settings menu,unreal engine 4,ue4,unreal engine 5 easy options menu tutorial,ue5 tutorial customize options, how to easily make a options menu in ue5

https://dev.epicgames.com/community/learning/tutorials/MbV5/how-to-make-an-options-menu-in-unreal-engine-5

1 Like

hi,
thanks for the tutorial :+1:

just one question… i am kinda new to unreal and i watched this video before Making Better Blueprints | Unreal Fest 2022 - YouTube and what i extracted was, its not a good practice to copy blueprint code. so i thought why not make functions that do the same thing with no need to copy all the nodes.

and here the functions, 0 - 4 comes from quality enum

maybe you can squeeze texture and shadow quality in the same function with a bool so decide when to use which set, after all both have apply settings at the end.

cheers