Fixing Example system

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="")

  1. in project settings> gameplay tags> add source create a source for gameplay tags in /tags directory and name it CAIFExampleSystem

  2. close the editor

  3. copy and paste CAIFExampleSystem.ini into projectname/config/tags/

  4. Done start editor again, and everything should be fine

Last updated