Ai Shoot

I’m Starting a new project soon but how do I make the ai shoot please help no peter l newton links please

The same way you would make a player shoot! By calling an event that fires the shoot function! There are plenty of resources online to help you create a shooting system, you shouldn’t really treat the AI very differently to the player, with regards to global functionality like shooting, pickups, etc.

thanks but that didn’t relay tell me what I need to do anyone got any pics I need know how to make ai shoot I can handle the rest

can anyone else help please

Spawn a projectile in front of them by using spawn actor from class.

Read through the AI Documentation, and learn to use Blackboards & Behavior Trees. No-one is going to just post the whole solution for you.