i’d need to see your widget logic, but to get you started the correct way to update it is,
- Make your Health variable RepNotify
- In the OnRep function call an EventDispatcher (lets say HealthUpdated)
- In your widget Construct Event use the OwningCharacter variable you’ve set (Cast if needed) and Bind to the HealthUpdated Event
- On you newly created Event handle the health update