Description

Although the ISM component allows for enabling the flag for Fill Collision Underneath for Navmesh, it does not add the modifier for this to the navigation data for its instances. 

Steps to Reproduce
  1. Create an Actor BP
  2. Add InstancedStaticMesh component to BP
  3. Set the mesh of the ISM component to use SM_Cube
  4. Enable the flag for Fill Collision Underneath for Navmesh under the navigation section of the ISM component
  5. In the Event Graph, add an Add Instance node off the Begin Play event. Set the transform to use the actor's location and set the scale to (5.0, 5.0, 5.0)
  6. Add the BP to a level with dynamic navmesh setup
  7. Set the navmesh bounds volume Z-scale to 10 to cover the entire cube
    1. The cube should have navmesh on top of it
  8. SIE
  9. Maneuver the camera into the mesh

Expected Result: The navmesh is removed from the inside of the cube.

Actual Result: Navmesh is still created inside the cube.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-196844 in the post.

0
Login to Vote

Fixed
ComponentUE - AI - Navigation
Affects Versions5.2.15.3
Target Fix5.4
Fix Commit28627217
CreatedSep 29, 2023
ResolvedOct 16, 2023
UpdatedOct 16, 2023