Increase device global heap size - (DirectX 12)

Take a look at your VRAM usage by using console command stat RHI. You might have something either leaking memory (VRAM) or the garbage collector not deallocating the UObject that “owns” some VRAM before the VRAM usage exceeds limits.

3 Likes