I’ve been trying to get this working in 4.16.3 as well, or even the example files from github.
when trying to add :
the include “AbilitySystemInterface.h” cant be found, followed the tutorial exactly.
And if I could ask, I remember reading that UE4 classes cannot have dual inheritance, so “class AGameplayAbilitiesTutCharacter : public ACharacter, public IAbilitySystemInterface” should break it right? or is this just with 4.15>
Thanks in advanced to anyone who can help, id love to learn this system seems extremely useful.