Tags not working in blueprint?

Hello, I’m using the physics pickup system from the content example. Everything works fine i add the tag “Pickup” to any static mesh and make it simulate physics and i can pickup and throw around the static mesh. But for some reason when i turn that mesh into a blueprint i cannot pick it up anymore. I went into the blueprint and made sure to add the tag “Pickup” and simulate physics. If i run into the mesh the physics simulate but it will not let me pick it up. Can someone tell me what going on.?

Have you set the tag in the defaults of the BP? Sounds like you’ve only set it on the static mesh

Thanks that worked I forgot about that :P.