Hello, Iam using “Get overlapping actors” on a box overlap area to filter the enemies from friendlies to inform Ai
“Get overlapping actors” has a class filter for filtering out actors. I have an Ai_Character base class and two child classes to it but the filter always ends up outputting all of them instead of just the selected child class.
Is the filter actors supposed to work this way? As for example to just generally pick all the character classes with their child classes or all the skylights and all the skylight childs and so on?
I made a working workaround in the end but this caused trouble and left me wondering. Thanks for help!