Page 3 of 3

Re: TAA also makes games super blurry & its starting to be forced.

Posted: 16 Jan 2024, 09:32
by lextra2
You can adjust the TAA sharpness in unreal engine 4/5 games by adjusting

Code: Select all

r.TemporalAACurrentFrameWeight=0.04
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.