Hi
I want to make some AI’s that react to other AI’s on the map, so I they need to be able to see and hear them. I can’t figure out how to get either of the two AI perception systems available to me working.
I think AIperseption is newer and going to be better but may not be implemented in BP’s just yet. Anyway I can see some BP stuff for it, but I have no idea how to hook it all up.
With Pawnsensing, I can at least get the “OnSeePawn” event to fire but then what ? I want to use it to control the speed of the character and ultimately play animations and feed back into the behavior tree. But the movement component is unavailable to me in the AI BP, no I need to fire an event from the AI BP to the Character BP ? if so how do I go about this ?
Many thanks in advance
WJones.