Hello! So, I have a blueprint set up:
This allows players to press a button to choose a team and it assigns them a player team variable. It is cast to fire which is the character you play as and where the variable is stored. Then I created a fireball projectile that checks to see if the PlayerTeam is is not equal and apply damage. I get a access none error from my reference to the character. How do I fix this?