Limb Health System

MOOSELFLiES - 代码插件 - 2023/06/07

A character health system that distributes health between limbs.

  • 支持的平台
  • 支持的引擎版本
    5.2 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

DEMO PROJECT | DOCUMENTATION


The Limb Health System is a health system that distributes any characters health between limbs. This allow for detailed character health system where part of the body such as arm, legs, and heads all have their own health pool. On top of this, the system uses "Health Modifiers" to allow for easy scripting health related logic entirely inside of Blueprints. These modifiers can create effects such as bleeds, broken bones, health, poison, and much more!

技术细节

Features:

  • Example Project: Demonstrates the system in action with only Blueprints. Although the system is written in C++, all of its features are exposed to Blueprints to allow for easy scripting.
  • Widgets: Game-ready, and customizable. These allow you to quickly get the system up and running or build-out custom widgets for your project.
  • Extendable: All code is fully commented and the plugin was written with the intent to allow for easy extension of the base classes that are included.
  • Data Driven: Many aspects of the system are controlled by data assets. This allows you to quickly design and iterate on asset within your project that use the system
  • Health Modifiers: These allow easy implementation of health related game logic that can be used on any actor with the health component. Check out the example project to see them in action!


Technical Details:

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows

Number of Blueprints: 10

Number of C++ Classes: 8

Network Replicated: No