AI in Unreal Engine: The Two Kinds Every Game Dev Should Know
In Unreal Engine development, "AI" refers to two distinct systems: logic-based NPC behavior and large language model-driven conversational agents. The logic stack—Behavior Trees, Blackboard, State Trees, NavMesh, EQS, an…