New to interfaces: trying to pass mouse values to another class (Anim ClasS)

Hey All,

I’m trying to pass mouse values from my Character Class to my Anim class

I have an Interface with the function declared which i have created to capture mouse values.

I have created the interface function in my Character class to capture mouse values.

I’m then creating an instance of the interface in the anim class to get the values but it doesn’t seem to be picking them up.

I am really new to interfaces. Any help would be appreciated.

Interface:

Character Class Definition

Character Class Interface Function:

Anim Instance:

bump