Attached project exposes memory leak in editor. Cause is not known but increases memory very quickly when running PIE. The amount of memory used does not return to normal after closing PIE and each ...
The SetHardwareCursor function sometimes doesn't update when clicking and holding the left mouse button on a widget component, like a button, and causes the cursor to default back to its normal icon ...
Changing the values that govern what bones a constraint is suppose to be a joint between (Constraint Bone 1 & 2) will cause issues where the transform widget is moved to an appropriate location but ...
The error messages for the REINST errors could be more descriptive. As of now the error does not appear to give enough information to the users to track down and solve the issue effectively. ...
Exporting a data table as a .csv causes column names to be replaced with memory address/serialization information, making it extremely difficult to read information presented. Regression? (No), is ...
Event dispatcher cannot be deleted, removed, or renamed after placing a period in the name. In the case of the example given, the editor will throw a warning "No Delegate found for NewEventDispatche ...
While testing KiteDemo for 4.16 Sample Pass – //UE4/Release-4.16 CL 3420042 in Binary – Two warnings occurred when opening the project.LoadErrors:Warning: Warning CreateExport: Failed to load Outer ...
With PackageReload.EnableFastPath enabled, doing an asset reload, will result in DEADPACKAGE Slack thread: [Link Removed] ...
In GPUSkinCache, based on the conditional expression:if (CacheCurrentFloatOffset + NumRWFloats > (uint32)GGPUSkinCacheBufferSize) { // Can't fit this INC_DWORD_STAT(STAT_GPUSkinCache_SkippedFo ...
When removing an item from a list view the editor will crash when trying to update. ...