How to get variable from bp A to bp B

Hello, I wanted to get my variable from my blueprint A to blueprint B, i can’t find a way how to do it. Can someone help me with this?

you should check out “Cast to blueprintB” then extend out “As Blueprint B” to “Get Gun1Dmge”

i assume it’s your Character BP variable u want to take to your Blueprint B, just use “get player character” then cast to your Player Character BP and drag a pin from “As “yourBp”” to take your variable

Thanks, it worked.