Renaming a level containing Text3DComponent can cause crash

UE - Virtual Production - Jan 6, 2023

BuildTextMesh function queued as AsyncTasks may be called during saving (renaming) a level containing Text3DComponents.  The following workaround fix the problem. void UText3DComponent::BuildTextMe ...

Niagara Vector Field CPU access Error prevents its use in projects

UE - Niagara - Jan 31, 2020

Niagara VectorFields do not function properly since "Fix CPU Access" changes are not persistently saved. After every Editor restart or reopening projects, the Niagara-VectorField driven Emitter and ...

[CrashReport] Mac crash - UE4Editor-Slate.dylib!SMenuAnchor::SetIsOpen()

UE - Platform - Apple - Sep 14, 2017

This is a common and longstanding Mac crash that has occurred since at least 4.11 and affected more than 40 users. Users have not provided any descriptions of their actions when the crash occurred ...

BP - Array Get node can result in BP compiler note on load with reference types.

UE - Gameplay - Blueprint - Apr 10, 2017

This is similar to [Link Removed], only in this case, the "Array Get" node is implemented as a UK2Node_GetArrayItem and not a UK2Node_CallArrayFunction. The fix for [Link Removed] currently applies ...

[CrashReport] UE4Editor-Renderer.dylib!void FForwardLightingParameters::Set<FRHICommandList, FRHIPixelShader*>()

UE - Graphics Features - Oct 27, 2017

This is a 4.18 Mac/Metal crash that has occurred for a few users. It appears related to the Forward Renderer. Callstack from Log[2017.10.27-06.10.08:809][261]LogMaterial: Missing cached shader map ...

[CrashReport] UE4Editor-MetalRHI.dylib!FMetalRHICommandContext::RHIEndDrawIndexedPrimitiveUP()

UE - Graphics Features - Nov 2, 2017

This is a trending Mac/Metal crash in the 4.18 release, although although it has existed with low frequency since at least the 4.16 release. Users have not provided any descriptions of their actions ...

PhysX Crash In Attached Project During PIE

UE - Simulation - Physics - Jul 29, 2016

The user is experiencing a PhysX crash in their project. They stated that the source files contained in 4.12.5 are different from Nvidia's Github version of 3.3.4, which apparently contains a fix fo ...

Crash clicking on "Recent Levels" or "Package Project" in File menu

UE - Editor - UI Systems - Slate - Jan 22, 2016

I tried to debug. In:for (int32 StackIndex = Stack.Num() - 1; StackIndex >= FirstStackIndexToRemove; --StackIndex) { Stack[StackIndex]->Dismiss(); // <-- here } It crashes because Stack is em ...

Get Mouse Position Blueprint node returns different values outside of viewport depending on whether it was called from Event Tick, or within an Actor function

UE - Gameplay - Nov 15, 2018

There seems to be a discrepancy between the output of Get Mouse Position node depending on whether the node is inside an Actor function or called from Event Tick. If the node is present inside a fun ...

[CrashReport] UE4Editor_MeshPaintMode!FPaintModePainter::FinishPaintingTexture() [paintmodepainter.cpp:1671]

Tools - Sep 14, 2017

This is a somewhat common crash affecting users in 4.17. Users have not provided any descriptions of their actions when the crash occurred. Source Context 1660 { 1661 FScope ...