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 ...

~FStaticMesh() can crash with race condition

UE - Graphics Features - Mar 21, 2017

UDN user reported frequent crashes in FStaticMesh::~FStaticMesh() on DrawListLinks[i]->Remove(false); Crash went away after adding critical sections to FStaticMesh::LinkDrawList(), FStaticMesh::Unl ...

SkeletalMeshSimulationComponent does not work

UE - Simulation - Physics - Oct 28, 2019

SkeletalMeshSimulationComponent does not effect the simulation of geometry collections to interact with skeletal meshes and setting the component to dynamic results in a crash. ...

[CrashReport]Assertion failed: InitState == EWorldPartitionInitState::Uninitialized [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\WorldPartition\WorldPartition.cpp] [Line: 1485]

UE - World Creation - Worldbuilding Tools - World Partition - Sep 12, 2023

Generated from CrashReporter Logs can be obtained via Crash Reporter ...

App on Gear VR crashes when trying to join a listen server as a client

UE - Platform - XR - Dec 10, 2015

If the user tries to join a listen server with an app that is running on the Gear VR the App will stop working. ...

Third Person Character Package imports with linker errors

UE - Platform - XR - Oct 19, 2020

I was able to encounter these errors on the latest binary for 4.25.3 when doing a repro for a salesforce ticket. Here is the customers description:When importing the C++ ThirdPersonCharacter package ...

[CrashReport] Linux crash - /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so()

UE - Platform - Linux - Nov 16, 2017

This is a new Linux crash in 4.18.1. There are a few similar but different callstacks that reference dri/radeonsi_dri.so() I've attached a log, but none of the ones I've looked at appear to contai ...

Crash when spawning actor with no viewport initialized

UE - Editor - Workflow Systems - Nov 22, 2023

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 ...

Trigger Montage Ended Event results in Unhanded Exception

OLD - Anim - May 6, 2019

TriggerMontageEndedEvent is calling RemoveAtSwap after the NotifyEnd callback which is not safe if the ActiveAninNotifyState array is modified by the callback. WorkAround:   Add a Delay node befo ...