Casting node help

In anim BP you’ll cast to character class. As PlayerCharacter_BP -> Get the sword and cast to Greatsword_BP. From there you have 100% access to all of the swords functionality, events, variables etc.

Casting gives you that 100% access to the class. Without casting you only get top level access.