FCEFWebBrowserWindow::OnKeyDown() InternalCefBrowser->GetHost()->SendKeyEvent(KeyEvent); is processed on the UE4 GameThread, inside the Chromium Embedded Framework (CEF) it appears to call a syst ...
When using UMG and enabling advanced options then deselecting and reselecting the asset can cause issues with the scrollbar length and cause some options to be initially cut off. The scrollbar then ...
If the user sets the screen size to iPhone 4s (640 x 960) A widget that is "Fullscreen" will be roughly 1080 by 1620 in size (as reported by the details panel). This is the size before the DPI scali ...
If the user presses 'Cancel' when modifying colors using the Color Picker within the Curve Editor, the curves points are all transformed. Issue is reproducible in the below engine versions: 4.8.3 - ...
The volume does accept the change and if it gets moved the navmesh will rebuild with new area set. The core issue is that setting NavModifierVolume.AreaClass at runtime does not notify navigation sy ...
When creating a new Widget Blueprint in a new project and adding a Text Block, the Text Block blurs when its Render Transform Translation Y-Axis is changed from default to ex [0.0x, 0.0y]. Regressi ...
Trying to set the value of an element of a fixed-size TAssetPtr array in the Editor results in the Editor crashing. This did not occur in 4.13. The attached callstack is from debugging the project ...
Wild card pins do not update when other pins on the same node have been used. If the other pin on the inputs node is connected, the other wildcard pin(s) will no longer update back to wildcards if ...
Spawning a child of a child blueprint in a blueprint macro library forces the child blueprint into opening as a data only blueprint without the option to open the Event Graph. Regression? (Yes), i ...