Right-click a blank spot on your blueprint event graph.
In the context menu that appears, type +
This will narrow the options down to things like int + int, int + vector, etc.
click on int + int.
Now you can plug the value from your struct into one pin and the value from your character’s damage var into the other and the output pin will have the sum of the two values, which you can do whatever you want with.