Spawning an agent with AI controller

That is a bug right now that Epic is aware of.

This is the workaround I am using.

Well,since someone from Epics told me they have still been working on AI docs I wonder if I can get a help on this one:I start with a blank scene.I want on the level start to spawn a walking character(currently the human model supplied with the engine) and “empower” it with AI behaviors.I have found this thread:

but haven’t found some of the nodes depicted there.From my own trial/errors I got this:

The problems is that after the AI spawn node gets executed the cast to AIController fails as I am getting triggered text on failure.Anyone can tell me what I am missing here?

The Controllers do. Casts on them to AIController work as well.

It’s the Spawn Default Controller Node that has to be called. It’s set in the Character, my pawns extend Character.

It’s there. Try unchecking context maybe. I’m on 4.0.2, through the launcher.

Do your actors inherit from AIController ?

I see no node called "Spawn Default Controller "

I mean I created a blueprint based on AIController but even in this case I can’t see a node of type “Spawn Default Controller”/ What version of the engine do you use?