Editor will crash when a skeletal mesh has been added to a level and then reopening the project later if you try and access this level. If you attempt to open the skel meshes in the content browser ...
An ensure is being triggered when you set simulate physics on a child actor on the server and then force net update. Found in 4.14.2 CL# 3241561. Reproduced in 4.16 Main CL#3247538 ...
Per https://udn.unrealengine.com/questions/329261/stopallsounds-fails-check-with-level-streaming.html The audio threading work missed a case where an audio thread only function was being called fro ...
Regression since 4.13 due to change in UStaticMeshComponent::InvalidateLightingCacheDetailed ...
Error message: Assertion failed: ImportedResource->LODModels.IsValidIndex(LODIndex) [Link Removed] [Line: 282] Source Context: 270 * Constructor. 271 * Converts a skeletal mesh to ...
Cannot delete Notifies from Anim Notify Manager. Regression: YES Broken: 3224400 (4.14.1) Worked: 3172292 (4.13.2) ...
Cannot open Anim Notify Manager. Right Click>Manage Notifies doesn't open it and the Manager no longer appears in the Window Menu. Regression: YES Broken: 3224400 (4.14.1) Worked: 3172292 (4. ...
Point and Spot Lights no longer work when using the Orthographic Camera Projection Mode. Note that the Directional Light still works as intended. This is a regression from behavior that worked in ...
The editor crashes when the Count parameter passed into the Mid function is < 0. There is an assertion check(Count >= 0); in FString Mid in UnrealString.h, but an error message would be expected ...