I’m getting started with the Gameplay Ability System, but I’m having trouble getting Unreal to load the modules.
I’ve gone into Game.Build.cs and added “GameplayAbilities”, “GameplayTags”, “GameplayTasks” to the list of modules.
Back in the editor, I’m attempting to add the AbilitySystem component to my first person character blueprint, but it doesn’t come up in the list of components.
I did this successfully in a previous branch, but I don’t recall which steps I took.
So far, I’ve tried:
- “Regenerate Visual Studio project files” by right clicking on the UE project.
- Tools → Refresh Visual Studio Project
- Cleaning the project in VS (success, no errors)
- Rebuilding the project in VS (success, no errors)
- Recompiling the code from within Unreal Editor (success)
- Closing and reopening both UE and VS