The order of passes related to Decal rendering (without the DBuffer) and CustomDepth is changed by the CVar "r.Lumen.AsyncCompute", even when Lumen is not enabled. This causes Decal Materials that ...
No matter how many passes there are translucent objects will appear in all of them. A notable case is particles, as their materials are often translucent. Using masked materials is a possible workar ...
[Link Removed] post process material is blacking out our left eye A test project is provided. ...
MaterialBillboardComponent does not render with CustomDepth material in PostProcessVolume as other objects do. Found in 4.16.3 CL 3561208, 4.17.2 CL 3658906, 4.18.1 CL 3454814 ...
From AnswerHub: Lighting problem [Mac] I am currently testing UE4 on a Mac at my college, but there are these strange lines where light is being cast onto surfaces. I'm currently wondering if this i ...
UMG clipping requires stencil. Seems like we don't request stencil when creating backbuffer Changing const int EGLMinStencilBits = 0; to const int EGLMinStencilBits = 8; fixes this. ...
Generated from CrashReporter Error Message:Assertion failed: !EnumHasAnyFlags(StencilAccess, AnyCopy) [File:./Runtime/VulkanRHI/Private/VulkanBarriers.cpp] [Line: 439] Only the Stencil being transi ...
We found a d3d debug validation assert in RDG_EVENT_NAME("ShaderDrawDebug"), with the full DLSS integration. It however also reproduces in (4.25.1-release, dev-rendering and the plugin branch with ...
This is a crash related to copying depth-stencil render targets to the CPU. See linked UDN for more info. ...