An open API service indexing awesome lists of open source software.

https://github.com/jdsherbert/unreal-engine-health-system

Simple Health System implementation for Unreal Engine. Tracks health of an actor, logs damage, and also fires events from changes.
https://github.com/jdsherbert/unreal-engine-health-system

component cpp health unreal unreal-engine unreal-engine-4 unreal-engine-5 unrealengine

Last synced: about 1 year ago
JSON representation

Simple Health System implementation for Unreal Engine. Tracks health of an actor, logs damage, and also fires events from changes.

Awesome Lists containing this project

README

          

![image](https://github.com/JDSherbert/Unreal-Engine-Health-System/assets/43964243/166ee347-8a7a-42e1-9a69-992df08680ba)

# Unreal Engine Health System



Stars Badge
Forks Badge
Watchers Badge
Issues Badge

-----------------------------------------------------------------------


Unreal Engine Component



License



-----------------------------------------------------------------------
## Overview
This health system provides a simple solution for tracking damage on actors in Unreal Engine.
Just call InflictDamage or Heal in Blueprint to modify health values. You can also set the maximum health and starting health values.

The component will transiently log all health changes for convenience when debugging in playtests too.
The logs are purged at the end of the play session.

-----------------------------------------------------------------------