Changing the Animation Mode repeatedly creates a new instance of the AnimBP being used every time you switch back to the Animation Blueprint mode. Example Project: [Link Removed] ...
Crashes only happends on projects that are almost done(2 projects and both are BP only), does not crash when start new project. Log is upload on pastebin, link to log: [Link Removed] ...
When MovieSceneObjectPropertyTrack is added from BP or Python, PropertyClass of UMovieSceneObjectPropertyTrack becomes null, so it crashes with the following processing of SPropertyMenuAssetPicker : ...
When a user packages their project they are getting lots of warnings such as the following: LogClass:Warning: Property Image_0 of InnerWidgetLV2_C is not serializable for package: ../../../../../D ...
A user's project crashes when a level is opened 5 or more times ...
When using a progress bar that is partly filled the screen on an iOS device will be blacked out except for the screen space containing the filled part of the progress bar This did not occur in stan ...
Get mouse position returns zero when when playing in editor with the editor full screened and using immersive mode Note: If a constant value other than 0,0 is printed run the test of the other moni ...
some events are disabled by default, even though the event is defined in the parent ...
The problem is that windows supplies both a touch event and a mouse event for each touch. The engine then handles touches as mouse input so that UI elements can work correctly on touch platforms. ...
There were some font regressions in 4.16 that we've since fixed (CL# 3456916 and CL# 3425681). These are affecting live users so we should get them into the next 4.16 build. ...