Missing display units initialization from project settings

UE - Editor - Workflow Systems - Jun 11, 2024

From customer: Hi there, I stumbled upon a bug where the display units as set in the Project Settings under the Editor Appearance category for properties were not getting displayed properly and was ...

Capsule Shadows Not Visible When Using Movable Skylight With Bright Lower Hemisphere Color and Indirect Lighting Cache

UE - Graphics Features - May 9, 2018

I have managed to reproduce this issue in 4.18.3 and 4.19.2. In order to make the Capsule Shadow disappear:Indirect Lighting Cache must be used (Volumetric Lightmap works)Skylight must be set to 'M ...

Destructible component doesn't register hit event with Landscapes

UE - Simulation - Physics - Destruction - Aug 9, 2016

Destructible component doesn't register hit event with Landscapes. The only way to get the Destructible to register the event is to enable Impact Damage on the Destructible mesh. User Description: ...

Unreal Insights - GPU Timers don't show on Graph

UE - Foundation - Insights - Oct 27, 2023

From Customer: UE 5.3 update broke Unreal Insights adding GPU timers into graph tracks. Debugging the code and cross checking with github/p4v I guess it broke in this revision: Timer graphs no ...

A crash happens with a combination of Event Receive Tick AI and a pawn losing possession

UE - AI - May 18, 2022

User reports this is a regression because it worked in 4.27, but they converted to 5.0.1 and now it causes a crash. However, I'm unable to verify this at this time. A crash happens with a combinati ...

[CrashReport] UE4Editor_Engine!UMaterialExpression::GetOutputType() [materialexpressions.cpp:859]

UE - Rendering Architecture - Materials - Nov 21, 2017

This is an infrequent crash in the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 849 uint32 UMaterialExpression::GetOutputT ...

GoogleVR - Crash opening application on device: FATAL EXCEPTION: MainThread-UE4

UE - Platform - XR - Oct 30, 2018

GoogleVR package for android crashes on startup with the following error:10-30 11:36:52.658: E/AndroidRuntime(12189): FATAL EXCEPTION: MainThread-UE4 10-30 11:36:52.658: E/AndroidRuntime(12189): Pr ...

Sequencer: No preview animation shown without an animation track

UE - Anim - Sequencer - Apr 2, 2019

From User: "Sequencer: When using an animBP there's no animation at all (preview) without an animation in the animation track. Strangely enough the animation BP starts running if you add any animat ...

Changing Asset Manager settings breaks game feature scan directories

UE - Gameplay - Sep 29, 2022

The asset manager is used to scan directories on disk for different Primary Assets that can then be loaded on demand. Game feature plugins support the ability to add additional scan directories when ...

Consolidate ScreenSize code and refactor to avoid confusion

OLD - Anim - Aug 22, 2016

We do have very inconsistent system between Static/Skeletal and the current name is set for ScreenSize. However, Static mesh and HLOD are using ScreenSize name for Screen area calculation. We wan ...