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. ...
If an actor has default property tracks set up in the Project Settings, adding that actor to a level sequence through C++ will crash the editor. This seems to stem from the creation of the default p ...
When the resolution changes, the cutting position seems to change depending on the margin setting. ...
When initializing struct members from default data at UObject initialization time, we are currently copying struct properties that contain instanced subobjects from the default data. This can potent ...
A user has found that if they quickly double click the combobox (string) the next time they click it, it will not open as it should. They will then have to click an extra time to open the combobox ( ...
This class is needed for FBX importing through blueprints. It needs the BlueprintType class specifier. ...