SamSuka
CodeLikeMe
CodeLikeMe

patreon


Unreal Survival #44 - Apply Graphics Settings

Last time in the unreal engine survival tutorial series, I implemented a UI for graphic options. Today, I am going to show you how to actually apply the graphic settings based on the selected values in UI. In the UI, we can select Low, Medium, High and Epic for each setting (anti aliasing quality, shadow quality, foliage quality, texture quality, post process quality and view distance quality) and the selected value will be applied when the apply button is pressed after changing the values and the changes will be reflected in the game. Also, I am going to add a reset button which reset the values of all the settings to default ones, but the actual implementation will follow later..

[Edit]

use the project files in this release : https://www.patreon.com/posts/54121475.  Gameinstance is missing in the attached files

password=codelikeme_graphics

Unreal Survival #44 - Apply Graphics Settings

More Creators