How Can I disable all graphical effects?

Hi everyone :wink:

My question is how can i disable all graphical effects?

  • All specific shadows
  • Heavy lights
  • and other things that absorb performance

` And saying that I mean that I want to achive the graphics and preformance like in old games (something like old Serious Sam ).

Is it even possible in unreal engine ?

I want to create very light game for very old pc (something like, 2gb ram, Intel Pentium 3.0Ghz, and 512MB GPU)


Even if I create 2DSideScroller and pacage project, select shipping it’s still bad on the other pc i have only 25-30 fps.


PLS help me.

PS: I’m using blueprints.


Thanks you in advance !

Thank you very much :wink:

What you want to do is totally possible with UE. How good a game looks depends completly on you. For what you want to achieve I would start by looking at the related documentation:

Scalability Reference: will help you understand how to reduce certain effects.

Lightning is a huge factor when optimizing games. So you might want to take a look here:

Remember that each light can have or not shadows casted, so, again, it depends on you.

And finally, but not least, post processing is one of the biggest performance drains on most games, so you should look into this.

Most post process effects can be completly disabled, independently if you work in blueprints or in C++. Hope this helps and remember to mark this as the correct answer if it is what you needed. Have a great day!

1 Like