Objects in weapon blueprint just showing in third person view

it’s difficult to explane but basically if i put something (for example another mesh) inside this blueprint (the weapon blueprint it will only show in 3rd person view but not in first person view…any way to solve it?

Is there a separate blueprint for first and third person versions of the weapon?

is this the generic shooter template?

keep in mind the weapon is attached to your char. so if you make the char invisible youre turning the weapon also off (if you have “true” whether it should apply for children). turn on “owner no see” for the first person char and for the 3rdperson mesh of the weapon. but turn the 1st person mesh of the weapon and EVERY mesh that you added to “owner only see”. this way it should work.