Game does not exit when exited through SteamVR UI

UE - Platform - XR - Oct 13, 2016

Previously the game would crash (see: [Link Removed]), but the fix now keeps the game running without VR instead. ...

Bottom of Media Player Video clamped on Oculus Quest

Media Framework - Jul 10, 2019

On Oculus Quest - The bottom portion of Media Player Textures are clamped. Confirmed in 4.24 MAIN @ CL 7226586 ...

LandscapeComponent generates incorrect OccluderVertices for software occlusion

UE - LD & Modeling - Terrain - Landscape - Sep 17, 2019

OccluderVertices didn't consider the subsection's transition, so the position of the OcclusderVertices are not correct. I made a fix as follows: [Image Removed] [Image Removed] ...

Volumetric fog rendering gets cut off at the apex for some spot lights when viewed from certain angles

UE - Rendering Architecture - Apr 19, 2023

Fix is found in licensee’s pull request:https://github.com/EpicGames/UnrealEngine/pull/10333/files ...

ProfileGPU console command crashes Daydream applications

UE - Platform - XR - May 8, 2017

Using the Profilegpu console command in a Daydream app causes the app to crash. Crash logs attached. Regression?: No This also occurred in 4.14 ...

Crash when playing a HapticFeedbackEffect_Soundwave

UE - Platform - XR - Aug 30, 2016

Array is -1 indexed, causing a crash. Fix is already in Dev-VR. Integrate to 4.13.1 (CL 3106922) ...

Using the Clean command in XCode prevents the editor from opening

UE - Platform - Apple - Nov 18, 2015

In XCode, if the Product->Clean option is used, the editor from the launcher will not open. Workaround: This can be fixed by running Verify from the Launcher. ...

Ensure condition failed: PrimitiveComponent tried to render with Material MaterialInstanceDynamic, which was not present in the component's GetUsedMaterials results

UE - LD & Modeling - Terrain - Landscape - Feb 22, 2017

Top 10 ensure in 4.15. There was a fix submitted for [Link Removed] which was verified as following those steps to reproduce no longer causes this. ...

Moving Objects with Surface Snapping Enabled Causes Major Offset

UE - LD & Modeling - Terrain - Landscape - Aug 16, 2019

When using surface snapping objects do not move properly.  4.23 CL# 7948402, 4.24 CL# 8012457 This is a regression. ...

Crash When Enabling SSAO Smoothing with MSAA Enabled

UE - Graphics Features - Sep 12, 2019

The Editor is crashing when enabling SSAO while MSAA is enabled.  Found in 4.23 CL# 8386587 and 4.24 CL# 8569829 ...