Hi guys!
Is there a way to change the value of r.Shadow.TexelsPerPixel ingame if I make a settings menu? Because this value is not in the BaseScalability.ini, it’s in the DefaultEngine.ini.
Hey @nie_dal!
It looks like you need to set it as a Console Variable! That way it can be auto-set when you call on it. Here’s some documentation!
This link is for you if you know a little C++
This link is for if you only know BP
Disclaimer: this link is not affiliated with Unreal Engine, Epic Games, or their partners
@Mind-Brain Thanks for your answer! I’ll take a look at it!