A question on hard references to the player character

Honestly, knowing when to break these rules is the key. I store a game instance reference in most of my actors, player pawn as well. I can’t be bothered to write interfaces for every little thing. Even if your player is destroyed, chances are what’s referencing it will be as well. But knowing your game you can make an informed decision.

2 Likes