Damage Simplifier

Komodobit Games - 代码插件 - 2023/02/01

Blueprint framework for extending and simplifying the damage and health systems.

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

IMPORTANT: If you run into any issues or need help please reach out to me first or use the questions tab. The reviews section is not for troubleshooting. Products are tested by Epic Games and myself to be fully functional before publishing.


Written Documentation: Documentation Link

Discord For Support: Discord Link


Need something custom? Check out our studio services: https://www.komodobitgames.com/services


This plugin will help you simplify using the damage system be more accurate and less of a headache. It features things commonly used in AAA games such as accurate character damage calculations, converting floats to integers for damage markers, and much more.


It works with any event graph you are in, and is written/optimized in c++ for high performance.


If the plugin works well for you then please be sure to leave a review letting us know what you liked about it.

技术细节

Features:

  • Quickly calculate damage amounts from any number with a single node, IE. 50 points of damage on a boss with 5000 max health.
  • Quickly and easily calculate turning a float into an integer with a single node. This is commonly seen on damage indicators in shooter games.
  • Animate a progress bar of any kind with a single node, it is written in c++ to be highly optimized.
  • This plug-in works in any blueprint with an event graph. Just search for "Damage Simplifier" in the context menu once installed.
  • Two new nodes designed for decrementing and incrementing health of any value without having to use the damage system. Can be used for things like health regeneration or even things like a stamina system. IE. increment 40 points of health on a character with 3200 max health with a single node.

Code Modules:

  •  Runtime

Number of Blueprints: 0

Number of C++ Classes: 3

Network Replicated: Yes

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows

Documentation: Written Documentation

Important/Additional Notes: