Health component used to manage the character's health. It supports setting health for multiple body parts and can be linked to other body part health components, allowing for the management of health across different parts of the character's body.
Common interface for health.
Attach the Health Component to an Actor that requires health management
You can directly use the built-in Health Component functionality or create a subclass to override the relevant features. It supports Blueprint subclasses

Add a Health Component to an Actor that requires health management

Override the Health Component using Blueprints