Fixing Example system
In the release version, the AI example system will not work out of the box. The reason is that the System does not ship with the proper gameplay tags required for AI to work.
To fix it, download the file:
OR paste tags manually if you know how to
+GameplayTagList=(Tag="CombatAIFrameworkDemo.AI.Status.Combat",DevComment="")
+GameplayTagList=(Tag="CombatAIFrameworkDemo.AI.Status.Combat.GetInCover",DevComment="")
+GameplayTagList=(Tag="CombatAIFrameworkDemo.AI.Status.Combat.KeepInSight",DevComment="")
+GameplayTagList=(Tag="CombatAIFrameworkDemo.AI.Status.LookForTarget",DevComment="")
+GameplayTagList=(Tag="CombatAIFrameworkDemo.AI.Status.StandBy",DevComment="")
in project settings> gameplay tags> add source create a source for gameplay tags in /tags directory and name it CAIFExampleSystem
close the editor
copy and paste CAIFExampleSystem.ini into projectname/config/tags/
Done start editor again, and everything should be fine
Last updated