Simple Ability System

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.