Each adding a static mesh not containing any collision data keeps increasing PhysX memory

UE - Simulation - Physics - Apr 19, 2021

If the static mesh has UseSimpleCollisionAsComplex and does not have any SimpleCollision shapes, The physics actor will be destroyed immediately in FInitBodiesHelperBase::CreateShapesAndActors, but ...

Pasting a material graph breaks connection to any material function nodes.

UE - Rendering Architecture - Materials - Dec 4, 2019

Pasting a material graph breaks connection to any material function nodes. ...

Spline Mesh Collision doesn't work in packaged game when spawning them at runtime

UE - Simulation - Physics - May 18, 2020

Spline Mesh Components lose their collision in a packaged game when spawning them at runtime, or modifying them via 'Set Start and End' function at runtime. ...

Lightmass: Blocky lightmap artifacts appears on the Mesh Actor which is shadowing by a single face mesh

UE - Graphics Features - Lumen - Jun 9, 2020

Begin Map Begin Level Begin Actor Class=/Script/Engine.StaticMeshActor Name=Plane_2 Archetype=/Script/Engine.StaticMeshActor'/Script/Engine.Default__StaticMeshActor' Begin Object Class=/Script/En ...

Editor crash when using Animation BP pose watch

OLD - Anim - Apr 7, 2020

We encountered a crash when using Anim BP Pose Watches to inspect poses on actors in a PIE instance. Specifically it seems ending the PIE session while the Anim BP is still watching the actor in the ...

Bluerpint nativization failed for calling TMap::Find function of a map container with an enum type key

UE - Gameplay - Blueprint - Oct 2, 2020

Followings are nodes in the repro project. [Image Removed] Here's a generated code of the BPvoid ANewBlueprint_C__pf1010915279::bpf__NewFunction_0__pf() { uint8 bpfv__CallFunc_GetInt_NewParam ...

FIOSInputInterface::SendControllerEvents crash due to UIInterfaceOrientation call from game thread

UE - Platform - Mobile - Apr 29, 2020

From [Link Removed], licensee reports We believe that querying the UIInterfaceOrientation via UIApplication on the game thread is the issue here. We have made changes to IOSInputInterface.cpp and I ...

Duplicate object assert on ClothConfigNv object creation.

UE - Simulation - Physics - Character - Apr 29, 2020

It looks like there are situations where the deprecated config hasn't finished loading before the config map items are recreated causing the assertion: Assertion: Attempting to replace an object th ...

Crash occurs loading a sublevel containing landscape with ray tracing enabled

UE - LD & Modeling - Terrain - Landscape - May 13, 2020

In raytracing enabled, When loading a sublevel containing landscape with LoadStreamLevel function following error is shown. Assertion failed: Pair != nullptr [Link Removed] [Line: 584] Licensee re ...

Lightmass ignores StaticSwitch in materialinstance

UE - Graphics Features - Aug 12, 2020

This is caused by FLightmassMaterialProxy doesn't have GetStaticParameterSet() function. (FMaterial::GetStaticParameterSet() is called.) It can be fixed by adding the following function to FLightma ...