How to make a spawned AI not attack the one who spawned it?

When spawning the AI, you could set the instigator to the spawning player on the spawn actor node. Then, in your AI shooting logic, use a NOT statement to shoot anything that is not the AI’s instigator, AKA the spawning player.

1 Like