Help with setting up a player controller and player state to work with the GAS system

ERACharacter.cpp (25.5 KB)
ERACharacter.h (10.4 KB)
ERAGameMode.cpp (776 Bytes)
ERAGameMode.h (245 Bytes)

Hey,

I’m working on a third person game in C++ that uses GAS, and for some reason my player controller isn’t possessing my character properly. I have added logs and apparently it’s being set correctly but I’m not sure where to go from here, attached you’ll find the files I think are related.

Any help would be greatly appreciated!