Random and slow AI reaction on NavLinkProxy but correct (no fps lag)

Hello

I have strange results. Simple test AI moving to given target - no problems with normal movement, reaction and behavior tree.

I created smart links based on NavLinkProxy. It working smooth, fast with jump - as expected. Ai jumping in run, with no delay.

Different problem I have with crouch through doors and low ceiling. In my blueprint onSmartLinkReached I have AI should crouch (movement and animation blueprint). Ai crouching without any problems and delay. But problem starts with movement, because Ai stops and waiting (immediately on reach). This is very random time, seconds even over minute, then sometimes walking to NavLinkProxy Destination Point, what is set correct - I have all with debug strings and billboards etc. AI can go through low door without problem when/if moving - no collision etc. Just “thinking” and mostly not moving. Any FPS drops and CPU usage, code is clear.

I tried different movement methods - from Behavior Tree, AI Move To Location…, even Simple Move To Location - this have no influence - always lazy reaction if any. Weird - something it going without any problems.

Here screen:

  • Ai - bot
  • Green arrows - NavLinkProxy with Smart Link - everything is correct
  • Fire - this is ignited on reached by Ai/bot - destination from Smart Link - is correct (for debug)
  • Sparks on the right - Behavior Tree target to move by Ai/bot (for debug)

As I read somewhere here, this can be connected with some old bug, but I’m not sure.

Any help appreciated!