The ListView widget currently depends on the UWorld's timer manager to fire an event indicating new entries have been generated (see UListViewBase::FinishGeneratingEntry). This can become a problem ...
When you add a track for an Object property via python, the track does not initialize properly and the widget on the track for choosing a new object does not populate typed. This is even after setti ...
Currently, the SButton and SBorder widgets multiply the color and opacity during OnPaint before calling the super (SCompoundWidget::OnPaint). This causes the operation to be done twice, since the co ...
When testing the new features in 4.15, i noticed that when copying and pasting a transform track in Sequencer, and pasting the transform track to an actor, it adds another transform track rather tha ...
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 ...