Navmesh seems to have buggy behavior when interacting with HISMCs that programmatically set mesh via SetStaticMesh.

UE - AI - Mar 6, 2020

Both versions works correctly if HISMC is pre-placed (generated in ConstructionScript). Only when generated dynamically does it fails. The Navmesh isn't being updated after SetStaticMesh and AddInst ...

C# UHT fails to recognize delegates declared in another class's namespace

UE - Foundation - Cpp Tools - UnrealHeaderTool - Dec 14, 2022

Repro Rate: 3/3 This issue occurs in the live build //UE5/Release-5.1 at CL 23058290. This issue has also been regression tested against //UE5/Release-5.0 at CL 20979098 and is confirmed to be a r ...

Cloth Simulation Doesn't Work When Clothing Data Is Applied Before Being Painted

UE - Simulation - Physics - Character - Jan 17, 2020

When clothing data is applied before painting the influence on the section the cloth doesn't simulate. I tested this using the Paragion: Twinblast actionhero skeletal mesh asset. Found in 4.24.1 C ...

Calling "GetCameraImage" rapidly ~10 times causes ARKit camera feed to stop updating

UE - Platform - XR - Nov 8, 2018

If you call the "GetCameraImage" function rapidly ~10 times, it causes the ARKit camera feed to stop updating.  Waiting for awhile or tapping some more seems to bring it back.   Tested on macOS H ...

AI characters with Navigation Invokers that are spawned during Play do not generate a nav mesh around them if Runtime Generation is set to Dynamic Modifiers Only

UE - AI - Sep 17, 2015

With Generate Navigation Only Around Navigation Invokers enabled and Runtime Generation set to Dynamic Modifiers Only, AI characters with Navigation Invokers do not generate a nav mesh around them i ...

Apex Cloth disappears when Setting Custom Time Dilation to Zero

UE - Simulation - Physics - Character - Aug 24, 2016

Apex Cloth assets disappear if you set the Custom Time Dilation to 0.0. You can workaround the issue by setting the Custom Time Dilation to 1.0, and then use the 'Force Cloth Next Update Teleport a ...

BP Component is not destructible if the Object Type is set during runtime

UE - Simulation - Physics - Destruction - Mar 16, 2015

BP Component is not destructible if the Object Type is set during runtime. If the Object Type is set manually before PIE is started, the BP component will destroy correctly. ...

Make Lidar Point Cloud Point Node has had the Location input change from a Vector to a Vector 3f

UE - Gameplay - Oct 12, 2022

Tested in: //UE4/Release-4.27 CL 18319896 Input pin was of type Vector //UE5/Release-5.0 CL 20979098 Input pin was of type Vector 3f //UE5/Release-5.1 CL 22346211 Input pin was of type Vector 3f Th ...

Custom Stencil Buffer Visualization Doesn't Render Custom Stencil Depth

UE - Graphics Features - Feb 6, 2020

The Buffer Visualization (Custom Stencil ) doesn't render assets that have "Render CustomDepth Pass" enabled. Found in 4.24.2 CL#10758860 Reproduced in 4.23.1 CL#9631420, 4.25 Main CL#11223911 ...

Unable to delete levels with Particles in them

UE - Gameplay - Oct 9, 2019

The engine is unable to Level that has a Blueprint actor with a child actor component that has a particle system component. The follow message pops up: World /Game/LevelName.LevelName is in use. — ...