Cannot Provide multiple Actors of class to EQS Context

Hey guys,

currently I’m trying to create a simple AI which moves to different key points on the map.
These Keypoints are of type TargetPoint.
So I created an EQS and a EQS Context.
I’m overriding the Context’s ProvideActorsSet Function which returns all TargetPoints which are currently on the map
by calling the GetAllActorsOfClass function.
Unfortunately this doesnt work at all.
It’s really weird because I remember using a similar Context in an older project.
Unfortunately I can’t access the old project to check :confused:

I hope someone can help me :slight_smile:

Thanks in advance for your answers

Greetings