This seems to have regressed because of the fix to [Link Removed]. Because UWorld::InternalGetNetMode now only returns the DemoNetDriver's NetMode when it is recording and in its tick, the multicast ...
Suggested fix from licensee is : PhysAnim.cpp@339 #if 0 FVector RelPos = RecipScale3D * RelTM.GetLocation(); #else FVector RelPos = (BoneIndex == 0) ? RecipScale3D * RelTM.GetLocation() : Rec ...
Two local variables with the same name in two different functions still interact with each other in some way. This was reported in TTP 346132 and fixed in that case, but currently if a local variabl ...
The CrashReportClient does not allow the send buttons to be clicked on a Mac. The client works fine on Windows. This works in 4.13.2. Works in: 4.13.2 - 3167898 Broken in: 4.14.0 - 3171634 WORKA ...
The Editor crashes while Force Deleting the FirstPerson folder within a FirstPersonTemplate project. This behavior is consistent between Blueprint / Code versions of FirstPersonTemplate projects. ...
Dynamically spawned objects' collision does not seem to be working in a packaged game when the Cook Blueprint Component Data for Faster Instancing at Runtime option is enabled. Found in 4.14.1. Un ...
When setting the Sublevels hidden in Sequencer, the sublevels become hidden in the viewport, but does not hide when it is played in PIE. To test if the sequence played at start, I added a cube to t ...
First person template project is struggling to run on Firefox 32-bit Version 52.0.1 and eventually throws an "uncaught exception: out of memory" error. Occurs in both BP and C++ projects. May be a ...
This is another Tutorial crash that shares a similar callstack with [Link Removed] and [Link Removed], but those specific repro steps have been fixed while this one is still occurring in 4.16.2. On ...
This is an infrequent Mac crash that has been affecting users since at least 4.15. Users have not provided any descriptions of their actions when the crash occurred. The callstack is similar to the ...