In a project, if you duplicate the example level and attempt to save it, the save will finish, but the asterisk will remain on the file. Attempting to open the duplicated map will prompt another sav ...
When attempting to dynamically set the collision of a Spline Mesh component, the collision settings are not kept in a packaged game. Found in 4.10.4. Reproduced in 4.11 Preview 6 and Main CL 28772 ...
// enforce color target is <= depth and MSAA settings match if(RTTDesc.Width > DTTDesc.Width || RTTDesc.Height > DTTDesc.Height || RTTDesc.SampleDesc.Count != DTTDesc.SampleDesc.Count || ...
At times when trying to assign APEX cloth to LOD1 material the engine will crash. I got a 100% repro rate following the steps listed above. I have found some inconsistent errors when trying to rep ...
No user comments on crash group ...
[Image Removed] [Image Removed] [Image Removed] [Image Removed] ...
'Exposure Compensation Curve' is not being applied in Standalone or Packaged projects. Confirmed in 4.25 MAIN at CL 10871578 ...
Using r.Shaders.Optimize=0 with native metal libs results in a crash of the packaged build at runtime. Workarounds is to either not use native metal libs for text shaders or in MetalShaders.cpp co ...
Licensee reported that is caused by missing ECVF_RenderThreadSafe flag in these console variable definitions. r.RayTracing.Shadows r.RayTracing.AmbientOcclusion r.RayTracing.Reflections Here is a ...