How can I check if player is being seen by AIPerception sight?

You can, you just need multiple options. Only one event node. You can use multiple checks such as “== Class” to check if it is a thrown object class, or if it is “Character” class.

So Actor → Get class → == “Character”? → Branch, on True, run this, on false, run thrown object code. Things like that. :slight_smile: