Object reference is not compatible with object reference

Hello, I’m currently experiencing a problem, I can’t link 2 Variable :
Player Character BluePrint ➜ Rifle Equipped

I understand that this is not compatible but after watching several videos, some people manage to do it and I don’t understand why I can’t.
For this project, I followed one particular video that I’ve re-watched several times in its entirety but it still doesn’t work for me.



image

Character is the parent class, if you want your variables you need to cast to your class

Exactly as @Auran131 notes. Initialization has to cast to your specific character class. And the variable type you set has to be of your class type obj reference.

1 Like