You can also just change your declaration to be TObjectPtr<const ABaseCharacter> Character;
, if you’re not planning to modify it
1 Like
You can also just change your declaration to be TObjectPtr<const ABaseCharacter> Character;
, if you’re not planning to modify it