I’m working through the first Unreal Blueprints course on the third section - Mars Marine.
I’ve made it through to the Spawning AI characters section, and for some reason whenever I spawn an enemy alien spider, it immediately despawns. It never makes it to the viewport, but in the World Outliner I can see that AI Controller and BP_Alien Character are in fact being created and immediately destroyed (Tried to attach video and it’s not allowed).
What I’ve done:
- Ensured that Auto Possess AI is “Placed in World or Spawned”
- Checked all my “Is Alive” functions to make sure I’m not killing the alien as it spawns.
Attached screenshots of all functions created in this lecture. Let me know if you’d like to see any other graphs.