Running a Screenshot Functional test, is causing an engine crash. By attaching a debugger to it, AScreenshotFunctionalTestBase::PrepareForScreenshot() is reached and GEngine->GameViewport is null, ...
Sequencer's View Options>Expand/Collapse Nodes and Descendants (Shift+V) does not Collapse after being Expanded (UE5.6). As described in the Steps to Reproduce section, the command expands the prope ...
This occurred on packages that were created on different Windows machines. This crash is not occurring on other platforms during our Samples Pass. ...
I've reproduced this crash in 4.16, 4.17, 4.18, 4.19, and Main. Per licensee: The editor crashes if distance field ambient occlusion is enabled and a viewport is resized to have zero height. Th ...
This is a common crash in 4.16 and trending in the 4.17 previews. It can be reproduced by clicking on the name of a variable that remains listed in a Blueprint after the associated component has al ...
If FActorSpawnParameters::bRemoteOwned is set to true, calling SpawnActor with this spawn param on begin play has different behavior than calling the SpawnActor elsewhere during runtime. If using n ...
I am doing some runtime manipulation of data layers and I am running into a check failure due to a zero guid in FLevelInstanceActorGuid::GetGuid during multiplayer testing. When I debug FLevelInsta ...
When packaging with only support for DirectX10 RHI, the editor will crash after hitting "OK" on the window that mentions that the Global Shader Cache file is missing. This was encountered while run ...
FCEFWebBrowserWindow::OnKeyDown() InternalCefBrowser->GetHost()->SendKeyEvent(KeyEvent); is processed on the UE4 GameThread, inside the Chromium Embedded Framework (CEF) it appears to call a syst ...
This issue was discovered while smoke testing Release 4.13 for Preview 2. ...