Re-importing a static mesh with a fbx file containing collision, reset the editor made collisions

UE - Editor - Content Pipeline - Import and Export - Dec 9, 2019

We need to add a flag to let the importer know ifa collision was generate by the importer or by the editor so the editor collision can be restored properly ...

Alembic Files Import With Blocky UVs

UE - Editor - Content Pipeline - Import and Export - Dec 6, 2019

Alembic files imported come in with blocky UVs. Attached is a zip with the files and pictures that show the issue. Found in 4.23.1 CL#9631420 Reproduced in 4.24 Preview 4 CL#10387632, 4.25 Main CL# ...

Grandchild actor with IsEditorOnly enabled is duplicated during save the level.

UE - Gameplay - Components - Dec 6, 2019

IsEditorOnly is not reflected in grandchild actor when parent/child/grandchild are constructed with ChildActorComponent. This causes the issue that actor will increase incorrect when save the level. ...

SynthComponent does not execute OnStop() after calling Stop()

UE - Audio - Nov 26, 2019

SynthComponent does not execute OnStop() after calling Stop(). OnStop() will be called in PumpPendingMessages() via OnGeneratePCMAudio(). But after stopping the AudioComponent, the procedural Sound ...

Sequences with a playback end on a subframe will not fire events that lie between the last whole frame and playback end

UE - Anim - Sequencer - Nov 25, 2019

Sequences that end on a subframe will not evaluate past the last whole frame, preventing events from triggering that should. ...

OBJ import - Auto Triangulation - Error: No polygon were found on mesh ''

UE - Editor - Content Pipeline - Import and Export - Nov 23, 2019

"When translating some geographic data into a .OBJ, and importing into UE4. More than 165 of the meshes work. Some, i am having a hard time with. I've attached an example. AUT-mesh.obj is one of the ...

Vulkan leaks memory when opening and closing windows

UE - Rendering Architecture - RHI - Nov 22, 2019

As described here: https://udn.unrealengine.com/questions/532725/index.html (1) Start Prebuilt Vanilla 4.23.1. with Vulkan enabled (2) Create a new project (3) Drag and drop the Sphere from “modes ...

Blueprint Node "Get Actors" for Layers in Level Blueprint causes crash in Packaged .exe

UE - Virtual Production - Nov 21, 2019

Blueprint Node "Get Actors" for Layers in Level Blueprint causes crash in Packaged .exe The Blueprint node "Get Actors" for Layers in the Level Blueprint causes an instant crash in a built developm ...

TMap Contains Node Returns False Incorrectly Under Specific Circumstances

Tools - Nov 20, 2019

The Contains node doesn't return an existing row from a data table under specific circumstances. This didn't occur when the struct the data table is based on was made via blueprints or there are mor ...

SetHitResultFromShapeAndFaceIndex crash

UE - Simulation - Physics - Nov 15, 2019

SetHitResultFromShapeAndFaceIndex calls  if(PxMaterial* PxMat = PShape->getMaterialFromInternalFaceIndex(FaceIndex)) { OutResult.PhysMaterial = FPhysxUserData::Get<UPhysicalMaterial>(PxMat->userD ...