How can I get C++ to interact with blueprint

I have a blueprint pawn that has a physics constraint called PhysicsConstraint. I want to add a C++ component to the blueprint and be able to modify PhysicsConstraint in C++. I got as far as adding a c++ component and it creates the file and whatnot, I am just not sure where to go from there, thanks!