GameThread + AsyncLoadingThread deadlock - StaticLoadObject vs. StaticAllocateObject

UE - Foundation - Core - UObject - Feb 14, 2023

User reported encountering a deadlock between GameThread and AsyncLoadingThread and provided two callstacks.User quote I've been running into a deadlock intermittently with a custom blueprint conso ...

Assert when adding geometry cache asset as a component to a blueprint actor

UE - Editor - Content Pipeline - Import and Export - Mar 24, 2021

When adding an asset directly to a blueprint, it is not in the streaming components, so the assertion fails when setting the geometry cache. ...

Animation System relies on FindFunctionByName which is not thread safe.

OLD - Anim - Mar 29, 2017

Currently, there are several places in FAnimInstanceProxy and FAnimNode_Base (and derived classes) that rely on FindFunctionByName in order to resolve transitions, evaluate pins, etc. This can happ ...

Editor Crashes When Using Set Replicates in the Construction Script

UE - Networking - Mar 1, 2016

When spawning an actor using the Spawn Actor From Class node that has a Set Replicates node in the construction script, the editor crashes upon attempting to run a dedicated server with 2 players. ...

Crash accessing USplineComponent from Niagara while it is being updated on game thread

UE - Niagara - Aug 13, 2020

I was working with a licensee on something unrelated, and ran into this niagara threading crash. It looks like UNiagaraDataInterfaceSpline::SampleSplinePositionByUnitDistance on one of the niagara h ...

Vehicle using Async Scene Crash

UE - Simulation - Physics - Nov 6, 2018

Setting a Vehicle to Asynchronous physics will cause a crash. Confirmed in 4.22 Main at CL 4542756 ...

Duplicating a map crashes the editor (Blueprint compile crash)

UE - Gameplay - Blueprint - Jan 5, 2015

EDIT: Date: 1/21/2015 Adding the [Link Removed] Duplicating a map in the Content Browser crashes the editor. It does not matter if the map being duplicated is the currently open map or not. EDIT ...

BP - Exclusive nativization will fail at cook time if an Actor BP class enabled for nativization includes a Component BP that's not enabled for nativization in its component list.

UE - Gameplay - Blueprint - Apr 26, 2017

This happens because the Blueprinted component is not also enabled for nativization, but the nativized Actor BP tries to use it as a native class type. Current workaround: Ensure that the Blueprint ...

Sculpting landscape with foliage painted crashes editor

UE - World Creation - Worldbuilding Tools - Foliage - Apr 4, 2016

sculpting landscape with foliage painted crashes editor Frequency 3/3 Crashreporter [Link Removed] Logs [Link Removed] ...

MoviePipeline: HighRes Tiling feature crashes at high resolutions

UE - Anim - Sequencer - MRQ - Jan 4, 2023

If you run with -rdgimmediate -onethread you can get the callstack that indicates that MRQ is still attempting to allocate the full sized texture and not the individual tile size. ...