Create asset node causes crash when no factory variable is set

Tools - Jul 31, 2017

When using the new node " Create Asset (Interface Call)" there is a crash that is occurring that could possibly be due to the fact that no factory node is being set. The crash also occurs with the o ...

Adding a Blueprint Interface (with function named "Test") to a Widget Blueprint with a variable named "Test" crashes the editor when compiling

UE - Gameplay - Blueprint Editor - Oct 5, 2017

Giving the Blueprint Interface Function and the Widget Blueprint Variable the same name, then adding the Blueprint Interface to the Widget Blueprint, causes the editor to immediately crash when comp ...

Disabling Occlusion Culling and DBuffer Decals causers crash

UE - Graphics Features - Sep 1, 2017

THere is a crash that occurs when opening a project after the Occlusion Culling and DBuffer decals option are unchecked. There are times where the Unreal Crash reporter catches the crash and display ...

Packaging fails with Event Driven loader enabled and two function libraries reference each other

UE - Foundation - Core - Mar 29, 2017

Packaging fails with Event Driven loader enabled and two function libraries reference each other even though the functions referenced in each library to NOT call each other in such a way as to creat ...

[CrashReport] Mac crash - FMetalRenderPipelineDesc::CreatePipelineStateForBoundShaderState

UE - Rendering Architecture - RHI - Aug 25, 2017

This is an infrequent Mac crash that has been affecting users since at least 4.15. Users have not provided any descriptions of their actions when the crash occurred. The callstack is similar to the ...

[CrashReport] UE4Editor_DestructibleMeshEditor!UDestructibleChunkParamsProxy::PostEditChangeProperty() [destructiblechunkparamsproxy.cpp:18]

UE - Simulation - Physics - Destruction - Sep 14, 2017

This is a somewhat common crash occurring for users in 4.17 User Descriptionsdeleted something Source Context 7 UDestructibleChunkParamsProxy::UDestructibleChunkParamsProxy(const FObjectI ...

Unable to open editor after updating to latest AMD driver

UE - Graphics Features - Oct 30, 2017

After updating to Radeon Software 17.10.3 I can no longer open the editor. This has been seen on both a R9 390X and a R9 290. If I use AMD's Auto-detect software it's recommended version is 17.7.2 ...

Cloth paint update issues

UE - Simulation - Physics - Jan 7, 2020

Activating and Deactivating Cloth Paint marks the skeletal mesh as dirty, even if no values were painted and there is no transaction in the Undo History. Painting Max Distance values from non-zero ...

Crash when destroying a geometry collection actor

UE - Simulation - Physics - Aug 7, 2020

When an actor with geometry collection is destroyed, the engine doesn't remove elements from array in the ChaosSolver So illegal references occurs. Removing element with following quick fix code ...

Custom Widget does not change cursor settings

UE - Editor - UI Systems - Nov 20, 2017

When you are using a Custom Widget, changing the cursor setting does not change cursor during PIE or packaged games. only changing the cursor options in the original widget fixes the issue. This iss ...