Hit touch interface impacts all health widgets of the same actors that are spawned.

The actor to be affected is not determined in your blueprint code. So you should decide how to choose it first. If you want to get the one that’s clicked on, you can convert the cursor (or touch) location into world location by using line traces, break the hit result and use the hit actor.