biase-d / ue4cheatcreator

https://ue4cheatcreator.vercel.app
1 stars 0 forks source link

"Default Anti-Aliasing" should be Anti-Aliasing Method #4

Open voicemxil opened 4 days ago

voicemxil commented 4 days ago

r.DefaultFeature.AntiAliasing is currently shown as a "Default Anti-Aliasing" quality level between 0-6, which is more inline with r.PostProcessAAQuality. However this CVar is actually meant to control the method of AA: 0=off, 1=FXAA=, 2=TAA, 3=MSAA (forward only).

biase-d commented 4 days ago

Thanks for the info, I will update

I think I will have to go through the UE4 CVARS documentation and make sure I categorize everything accurately