Velarion: All products 50% off

Simple Ability System

SovereignDev - Code Plugins - Jul 3, 2021

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

  • Supported Platforms
  • Supported Engine Versions
    4.26 - 4.27, 5.0
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

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.

Technical Details

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.