When a code project's engine association is switched to a local binary version of a source engine, the project will fail to open from within Visual Studio. Error message says that UE4Editor-Project ...
There is some strange issue with CCD where constrained CCD objects can get velocity nulled when hitting things while constrained, its very hard to reproduce normally in engine but happens often in V ...
A UDN reported various crashes at exit in the embedded Python library. I was able to repro the issue in Release-5.1 and trace it back at the point where python runs its garbage collection in Py_Fina ...
From licensee: Since we integrated 5.5, we are experiencing a crash in AWorldDataLayers::InitializeDataLayerRuntimeStates() on this line check(ActiveDataLayerNames.IsEmpty() && LoadedDataLayerN ...
Shaders that compare custom depth and pixel depth get wrong output values because the ranges are different. This error is most noticeable over large distances. The difference in ranges is due to t ...
Physics Substepping doesn't have the same effect from 4.15 to 4.16. In 4.16+ the ponytail in the provided project will have a jitter effect even with substepping enabled. This is a regression: Work ...
This is a longstanding and common UMG crash that has affected more than 200 users since at least the 4.15 release. User DescriptionsI was working in the UI and undid several last changes in quick s ...
This is a somewhat common crash that has occurred throughout the 4.17 release. Users have not provided any description of their actions when the crash occurred. The callstack is similar to some ol ...
When the character class is set to always relevant, if a client travels very far away from another character, such that the character is relevant but the component they're standing on is not (but al ...
[Link Removed] Licensee is using the chunk downloader. On Shutdown method of their GameInstance, they call FChunkDownloader->Finalize. When they quit the game (Alt+F4) during a chunck download an a ...