Issues with AIPerception sight and hearing

No, it will only loop through all actors where the perception has changed which are the exact same actors where it calls OnTargetPerceptionUpdated on. The difference there is that OnTargetPerceptionUpdated gets called for each of those actors, whereas OnPerceptionUpdated gets only called once with all of them.

You’re right though that it would loop through all senses for this specific actor.

1 Like