It is possible to experience an editor crash in 5.5.4 when the cook process generates a warning that references an asset while the editor is saving. It seems that during a save operation, the code t ...
As per the steps to reproduce, Keep Simulation Changes will often only copy back the most recent property changed on a simulating Actor back to the version of the Actor in the Editor level. It is no ...
With PackageReload.EnableFastPath enabled, doing an asset reload, will result in DEADPACKAGE Slack thread: [Link Removed] ...
In 5.4: zooming out far with the mouse wheel after setting the editor viewport to orthgraphic view triggers an ensure: ensure(InOrthoZoom >= MIN_ORTHOZOOM && InOrthoZoom <= MAX_ORTHOZOOM); Th ...
The deploy device selected in project launcher custom profile does not get saved. After restarting the editor, all selections are cleared, and have to be re-selected in the deploy device every time. ...
Inside SCurveEditor::ZoomToFitHorizontal and SCurveEditor::ZoomToFitVertical, the program navigates through a TArray<FRealCurve*> called CurvesToFit in a for each loop. Inside the for loop, if the p ...
When implementing a USceneComponent in C++, one may want to add one or more internal UObjects to hold some data or perform specific tasks (this is also done by several UE built-in components). These ...
When double-clicking on an interface function call within a blueprint, the expected behaviour is that it will take you to the implementation of this function. However, it currently does nothing. ...