A user is reporting that using the following code in a GameMode class causes shipping iOS packages to crash on launch:void ANOGSSDKGameModeBase::StartPlay() { std::thread([](){ std::clog << "THRE ...
In UE 5.3, when the option "Always load last project on startup" is enabled and a new Editor launch attempts to automatically reopen the last closed project, the dialog "The following modules are mi ...
In UE 5.4, when deleting actors in our levels, some blueprints will be mark dirty despite not having changed. We traced that down to FAssetRenameManager::CheckPackageForSoftObjectReferences. The af ...
Crash occurs when the user assigns a static to the Instanced Static Mesh Component in a LightWeightInstanceStaticMeshManager. I couldn't reproduce this with an actor blueprint with an ISMC or HISMC ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Access violation - code c0000005 (first/second chance not available) Source C ...
User description: When I run two windowed standalone instances to test multiplayer, the unfocused window gets about 2-5 fps...but if I focus on it, smooth 120fps, yet the opposite screen is now onl ...
If an attempt to spawn an actor is made before the Level Editor Viewport is fully initialized (i.e. before it has had a chance to get rendered at least once), and that actor has no specific Factory ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: IsValid() [Link ...
Error message: Fatal error: [Link Removed] [Line: 176] Unreal Engine is exiting due to D3D device being lost. (Error: 0x887A0006 - 'HUNG') Source Context: 161 162 const TCHAR* Reas ...
The result with Chaos is not wrong, rather it returns a correct correction vector, that vector is perfectly horizontal to the teleport buried against the landscape mesh. Therefore, teleportation wil ...