Can somebody tell me how to decrease the VRAM usage. Not how much UE5 can use. No no no. I want to say ue5 that it should not use the vram so much. i cant describe it! but pls help me
Hey there @Endermax113! Welcome to the community! Some of the more common ways to reduce VRAM usage of the engine itself without limiting the VRAM poll would be:
Lowering the scalability (Scalability tab in viewport)
Shrinking the total screen percentage (In the viewport’s options)
Disabling all post processing effects
Though if you need to optimize your game at runtime, that’s an entirely different story.
In addition to what SupportiveEntity mentioned, try reducing draw distances where possible, minimizing texture sizes where possible, also look into LOD for distant objects