One last thing – In my “Coin” Blueprint, how do I get my ThirdPersonCharacter actor imported into this blueprint?
Right now, I get the actor because of the collision event :
but I can’t rely on that. I want to get the ThirdPerson actor without needing the collide event.
Thanks in advance!