Simple Ability System

SovereignDev - 代码插件 - 2021/07/03

The purpose of the Simple Ability System is to create an easy to use Ability System for Blueprints and anyone that uses Unreal Engine.

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

The purpose of the Simple Ability System is to create an easy-to-use Ability System for Blueprints and anyone that uses Unreal Engine. SAS (SimpleAbilitySystem) allows you to utilize object-oriented abilities with no C++ knowledge. Quickly create abilities for your game and implement them easily with this plugin. With SAS you can create Complex Gameplay of any kind and easily manage it at any time.

技术细节

Features:

  •  Blueprints
  • AI Supported
  •  Abilities - Easily Create Gameplay
  •  Effects - Apply Buffs/Debuffs that are handled with a single node
  • Simple to use
  • ASync Tasks
  • Object-Oriented
  • Comprehensive Documentation
  • Built-in Debug System
  • Every Action is sent to the Output Log for a greater understanding of your Gameplay


Code Modules:

  • Runtime


Number of Blueprints: 4

Number of C++ Classes: 30

Network Replicated: (No)

Supported Development Platforms: (Windows)

Supported Target Build Platforms: (Windows)

Documentation: https://app.milanote.com/1LKyYU1wn1fraH?p=TuXsJleoW4J


Important/Additional Notes: If you understand C++ I highly recommend using the Gameplay Ability System (GAS) in Unreal Engine. This is not meant to be better than GAS. This is supposed to be a replacement for anyone who wants a good Ability System that runs in 100% Blueprints. Simple Ability System is also NOT replicated by default. If you're looking for a good multiplayer Ability System then GAS is your best bet.