Re: TAA also makes games super blurry & its starting to be forced.
Posted: 16 Jan 2024, 09:32
You can adjust the TAA sharpness in unreal engine 4/5 games by adjusting
Inside engine.ini (check pcgamingwiki for exact filepath)
By default it is set to 0.04 which is pretty low. Increasing it to lets say 0.08 makes it twices as sharp. Try it yourself.
Code: Select all
r.TemporalAACurrentFrameWeight=0.04By default it is set to 0.04 which is pretty low. Increasing it to lets say 0.08 makes it twices as sharp. Try it yourself.