What is this and how do I switch it off? It’s probably something to do with lumen or ray tracing. this is with default project settings and has been a staple of UE5 visuals since day 1. I hate it and it ruins the experience. How do I turn this off so that visuals are snappy?
It could be an issue with frame rate, try to cap your fps to 30 or 60.
Change the material of UWidgetComponent. Make a Translucent version of it and set Translucency Pass to “After DOF“(or “After Motion Blur“). Optionally, enable “Responsive AA“ (for small object).
I’ve encountered a similar ghosting issue today and I managed to figured it out.
The TSR “ghosting“ because it doesn’t have the infomation to calculate AA correctly. Since your green text screen is moving(adding new text or scrolling up and down), yet doesn’t output any velocity info. Also, The text could instantly appear or disappear, with TSR assume object doesn’t behave that way.
There’s no way to provide the velocity info, which does no exist in the first place for your text screen. You need to tell the material to render it differently. I can’t found a way to do it in Opaque or Masked blend mode.
Edited:
According to Temporal Quality Guide , turn on “Has Pixel Animation“ could tell TSR those pixels are intentionally changing. Thus, prevent some artifacts.


