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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

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.


About

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

License:MIT License


Languages

Language:C++ 89.7%Language:C 10.3%