满心欢喜 发表于 2022-10-2 09:57:32

Limb Based Health System 版本 UE4.26-4.27

本帖最后由 满心欢喜 于 2022-10-9 00:54 编辑



The Limb Based Health System is an easy to implement health system that you can attach to any character in the form of an actor component to manage their health. Every characters health is broken up into separate limbs that you can customize to have specific names, health pools, hitboxes, bones, and more. The system was created with the intent of being highly modular and event driven. As a result, it is easy to add to both existing and new projects and maintains good performance.

Features:
   Limbs that can have custom health pools, wounds, and bones (can be broken and fractured)
   East to implement actor component and blueprint interface that handle everything to do with character health
   Code written in blueprints with detailed comments that is easy to modify and add to.
    In-depth documentation that goes over every single variable and function in the system along with an implementation guide.
    An example map with a working character blueprint that you could immediately implement in your game.





页: [1]
查看完整版本: Limb Based Health System 版本 UE4.26-4.27