I’m using “Move to Location or Actor” for my aerial movement AI. It appears I cannot interrupt this - decorators with self aborts don’t do anything, neither does “Immediately Stop Movement” in a tick event.
The internet and ChatGPT tell me decorators should work, but they don’t for me; the enemy (which I want to stop when it attains line of sight) just runs straight past me and to the next nav point, where its latent move function completes, then it finally reevaluates its behavior tree and decides to attack (after getting shot in the face 50 times).
What am I missing?