There is a bug inside Unreal Editor when selecting "Browse to Asset" for a Packed Level Actor. Right clicking the Packed Level Actor, all the asset options appear. If you click the "Browse to Asse ...
When the "Is Variable" box is unchecked for a BP-typed child widget, a variable will not be created at Blueprint compile time to reference the child widget in the nativized widget BP class. This bre ...
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 ...
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. ...
Crash when Removing and adding players on client. If the user adds a player to the client and then removes that player and then adds another one. This appears to crash the editor ...