Navmesh is constantly refreshing when in movement

Navmesh is constantly refreshing when in movement. Red is when it is refreshing and green is when it was refreshed. My other test project on navmesh didnt reflect the same issue.

133065-nav+refreshing.png

Tried the following but to no avail.

  1. Thought it was due to char settings or char components and changed to basic type.

  2. thought was due to the size of bounds and changed it to smaller as seem in the attached pic.

Am using a runtimemesh plugin, the other test project didnt reflect anything similar to this.

Setup for the navigation:

  • invoker in character blueprint

  • dynamic

  • lazy generation

  • nav bound covering the entire map. (the earlier sample pic was to prove size didnt matter)

133067-cube+affecting+navigation1.png

Anyone with similar issue? I cant seem to debug this. New project doesnt seem to have this issue. I am not sure what is causing it in my current project.

I have solved my issue. It was due to ownership issue with scenecapture2D (created in class A) for minimap while attachedtoComponent( class B.component). So the solution was to create in class A and AttachedtoComponent to class A.component. It was kinda tricky to troubleshoot as it didnt appear to be related.