Help with behavior trees and spawning enemies?

Alright. the issue here is that although you’re spawning your AI character, you’re not spawning a controller for it. Add these two nodes to your spawn script and verify that both BeginPlay and OnPossess fire.

1 Like