AI Sight Perception triggered and immediately lost

I ran into the same problem. I debugged the C++ code and found the cause of this problem.
In my case, I set a bigger Sight Radius value compared to the Lose Sight Radius value.
If you have any interests, please refer to CheckIsTargetInSightPie() method in AISense_Sight.cpp.
Hope this can help you.

1 Like