[CrashReport] UE4Editor-CoreUObject!UObject::SetLinker(FLinkerLoad *,int,bool) [UObjectLinker.cpp:107]

UE - Foundation - Core - May 13, 2019

Comment from user in crash group:I updated unreal engine to 4.22.1 and changed the project version from 4.21.2 to 4.22.1 and now it crash whenever i open a map Generated from CrashReporter ...

Crash when generating proxy mesh

Tools - Jul 12, 2019

Generating a proxy mesh with imported models and the simplify mesh flag set to true causes the editor to crash. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 7288428), 4.24 (CL ...

Error during packaging if nativizing a blueprint that contains a TMap with a UserDefinedEnum as a key

UE - Gameplay - Blueprint - Jun 17, 2019

Certain Map container calls (e.g. Find, Add) will fail to compile at packaging time if a Blueprint class containing a Map variable with a user-defined enumeration as the key type is nativized. This ...

Renaming a Blueprint variable loses override in grandchild Blueprint

UE - Gameplay - Blueprint Compiler - Nov 26, 2019

Renaming a Blueprint variable loses override in grandchild Blueprint. Modifying and saving the BP_Child fixes the issue with BP_Grandchild losing overrides.  ...

Bug - Animations and Keep State Fail when scrubbing backward.

UE - Anim - Sequencer - Jan 30, 2020

If you scrub past an animation with keep state, and scrub into an animation with defaults everything is fine. When you scrub back to the animation with keep state, the animation breaks, until there ...

Dragging more than one Texture into the Material Editor causes a crash

UE - Graphics Features - Mar 11, 2020

Importing two or more Textures into the Material Editor results in a crash. This is a regression from 4.24.3 (CL-11590370) as well. This was reported and tested in 4.25 Preview 2 (CL-12055273) and ...

Mobile Depth of Field Focal Region is broken (not RDG)

UE - Platform - Mobile - May 8, 2020

Result: notice that depth of field exhibits a rendering artifact (see attached screenshot). The PostProcessIntegrateDof pass is rendering to the wrong output dimensions, causing the artifact. This ...

Replication issues & warnings if a client hitches while the server seamless travels

UE - Networking - Jul 28, 2020

If a client hitches while a server performs a seamless travel, the client will get multiple lines of logspam of these warnings:Warning: UActorChannel::ProcessBunch: SerializeNewActor failed to find/ ...

Missing SmallOSAlloc/Free memory tracking with LLM on iOS

UE - Platform - Mobile - Dec 11, 2020

Licensee reports missing memory tracking for LLM on iOS: In Engine/Source/Runtime/Core/Private/HAL/MallocBinned.cpp in SmallOSAlloc, there is a compiler define for IOS and within it there is an LLM ...