World Memory Leaks crash with a hidden sublevel to a redirector

Tools - Dec 8, 2020

From UDN: The reason it crashes is because Child doesn't get garbage collected, which is because it still has the RF_Standalone flag. UEditorEngine::EditorDestroyWorld clears RF_Standalone flag ...

Using the BuildGraph to create an installed binary build of the Engine will fail if Simplygon is not installed.

UE - Foundation - Horde - BuildGraph - Oct 13, 2016

A user reported that attempting to create an installed binary build of the Engine using BuildGraph will fail. This seems to be because we include the UE Simplygon implementation, but do not disable ...

GameInstance and subsystem initialization order is incorrect for Play In Editor

UE - Gameplay - May 18, 2023

The order of world and game instance initialization is different between a true standalone game (cooked game or an editor build with -game) and a Play In Editor game. Specifically, in Play in Editor ...

Creating/Destroying UWorlds rapidly can cause dangling pointers from UAutoDestroySubsystem

UE - Gameplay - Aug 10, 2020

To summarize what I'm seeing there, a bunch of UObjects relating to that world have been destroyed but not all destructed. The UAutoDestroySubsystem pointer is still on the static tickable list, and ...

Event Dispatcher not being called in 4.6

UE - Gameplay - Blueprint - Dec 8, 2014

ED nodes in 4.6 but are not being executed in standalone or cooked games. Also, users receive compile errors when the project is saved and reopened that resolve when the blueprint is recompiled. ...

Pre-UE5 serialized FVariant FVector data corruption when deserialized in UE5

UE - Gameplay - LWC - Jan 15, 2024

FVariant is a struct that implements a union of data types, including FVector. When assigning an FVariant an FVector value in engine versions UE 4.27 or earlier, the FVariant will deserialize incorr ...

[AI] Debug Render Scene Proxy hits ensure for registering a delegate twice during level streaming.

UE - AI - Debugging - Aug 31, 2022

Description from licensee: We're seeing an ensure get tripped up in FDebugRenderSceneProxy that says "DrawDelegate is already Registered!". Debugging the issue, we have confirmed that the DrawDeleg ...

Launching Android project to device results in Assertion Failed: AsyncLoading.cpp, Line 3710

UE - Platform - Mobile - Aug 31, 2020

After updating to 4.25.1 from 4.25 Packaged Android game crashes constantly with objects added to the map 4.25 Packaged game did not crash (editor did a lot but glad thats fixed in 4.25.1) Empty map ...

[CrashReport] Assertion failed: !PinRef->bWasTrashed | UEdGraphPin::SerializePin()

UE - Gameplay - Blueprint - Aug 29, 2017

This is a common and longstanding crash that has occurred since at least 4.15 and affected nearly 500 users. The CrashGroup was previously linked to [Link Removed], but that had specific repro step ...

[CrashReport] UE4Editor_Renderer!FUniformMeshConverter::Convert()

UE - Graphics Features - Aug 3, 2017

This is a regular crash that has occurred through 4.16 and into the 4.17 previews. The callstack is similar to [Link Removed] (invalid), although the error message is different. User Description ...