open ThirdPersonExampleMap
→ open level blueprints
→ Add breakpoint on the beginplay function or any other function which is calling MyWeaponItem
, if the breakpoint triggers, you need to call that functions super version
, in blueprint it is parent function
hope it helps, Cheers!