Hello everyone
I’ve been following along the training stream video tutorials, and I am currently doing the Making AI Ready part 6 and I have encountered an issue: I added an AI perception component to my AI controller and an AIPerceptionStimuliSource to the actors my pawn needs to look for. If I place the actors it works fine, but as soon as I start spawning these actor with another blueprint, the AI perception component is not seeing any of these actors at all.
So here is how I have configured the AI Perception Component:
And here is how the AIPerceptionStimuliSource component is configured
Any ideas why is this not working when I spawn the actors?
Just to be clear, I am using Unreal 4.11.0
Thank you so much!