Get player character (index) returns a reference to the base “character” class, Not your modified inherited class.
You have to cast to the class to get access to the “new” functions, variables, events, components etc.
Get player character (index) returns a reference to the base “character” class, Not your modified inherited class.
You have to cast to the class to get access to the “new” functions, variables, events, components etc.