This crash is occurring in a developer's packaged project for their end-users. End-user comments are below (unique to the specific project)The game started flickering and then crashed!I set down a ...
USceneComponent::RelativeLocation is an uncompressed FVector (3x32 bits replicated). Consider changing to FVector_NetQuantize100, or consider implementing custom serialization (with customizable qua ...
Hi Sevan, I think we are having a bug: When using our calibration format “vwf” the image is slightly misaligned. Same calibration exported MPCDIv2 works good in UE. So it seems to be some issue ...
Diffing a Blueprint does not currently work when looking at previous commits. The diff appears to be looking at pointer files instead of the actual Blueprint files themselves. When using the Git LF ...
The depth is rendered incorrectly when using a custom projection matrix in SceneCaptureComponent2D. You can find an example project at [Link Removed]. You can find where the CustomProjectionMatrix ...
When using materials with CustomData inputs, such as the Eye material with Iris Distance and Mask, Virtual Texture samples will increase the instruction count for each unique VTPageResult. Each cus ...
Turning on batching of sphere casts when colliding against complex gives incorrect results. Affects debug output and vehicle wheels and body movement. The issue is with the batch query mode which ...
Hello, I'm using Interchange in a UE5.5.4 project with my Pipeline Stack containing a copy of the DefaultAssetPipeline and a custom Python Pipeline. When importing my Animation with only the Defau ...
As of 4.9 Dynamic Indirect Lighting with Light Propagation Volumes should be supported for Spot Lights. This does not appear to be the case for several versions that I could see. Using the methods o ...
ULocalPlayerSaveGame::AsyncSaveGameToSlotForLocalPlayer was designed to properly support multiple in flight requests at the same time, but the current code does not work correctly and this can cause ...