When using MS-IME as Japanese input method, scrolling out the text field out side the view causes bIsComposing to be set false - this state causes instability of the editor. Crash happened with Win ...
Using incorrect formatting in FText does not cause compilation errors in EnsureMsgf as it does in other functions such as UE_LOG. This causes crashes to sneak through such as a crash on ensure when ...
Changing the screen settings to Fullscreen through code or blueprints results in a crash. This only happens in the source version of 4.23 and does not occur in the binary version of 4.23. I have att ...
A simple search for `NewStyleOutput = true` will reveal the many instances where this flag is already forced on, including media plates and media bundles. This however means that we have incompatib ...
The view and work range scripting functions use float values for their seconds, which leads to precision issues, as these values are stored as doubles. ...
When using a math expression node within a blueprint, the project will fail when packaging. ...
With a Tessellated Material, either Flat or PN Triangles, applied to a Skeletal Mesh when playing, the Mesh has excessive blur when in motion. If you use the same material and turn off tessellation ...
"Package Plugin" from Plugin Editor UI will wipe the target folder’s contents first then populate it with plugin files. User was expecting “Package Project” like behavior: Create a new folder in th ...
Adding array element of instanced meshes during simulation does not increase amount of elements in array. Regression (No) issue (does) occur in 4.10.4 ...