Able Ability System (4.27, 5.1, 5.3)

5
(1)

Preview: youtu.be/fWmPOl36v78
Able is an engine plugin, written in C++, for Unreal Engine 4. In Able, Abilities are created from various actions called Tasks. Tasks are then assembled together in the Ability Editor. The Ability Editor is an intuitive, easy-to-use editor that lets anyone quickly setup an Ability and preview it at any point in time, adjusting Tasks as needed and even allowing frame by frame stepping of an Ability.

Able is multi-threaded and platform agnostic, allowing for creators to focus on content creation and not platform support or performance. Able also supports UE4’s built-in profiler for anyone who wishes to fine-tune their performance and offers tools for content creators to estimate their cost – as well as unit tests to help catch data errors early.

Able also supports networking content out of the box, and uses a secure/efficient bandwidth client-server model to Abilities responsive and fair.

Able also uses the power of Blueprints to give even more customization to creators by allowing scripters to adjust and write Ability specific logic. C++ Engineers can quickly add more Tasks, unit tests, and Ability Editor customization through the Able API. Not good with Blueprints or C++? Don’t worry, Able lets you construct Abilities without touching either and both will be there if you ever need them.

Able is intended for all Platforms tested on PC/PS4/XB1/PS5.
3+ Years of updates and support – Able keeps getting better!

Technical Details

  • Written entirely in C++.
  • Multicore/Async support for Ability execution, Cooldowns, and various Task specific activities (e.g. Damage Calculation).
  • Network supported using a secure client-server model with minimal data sent across the wire.
  • Abilities are purely functional, using only small scratchpad structures, keeping memory usage lean/efficient.
  • 20+ various Tasks to build your Ability with (Play Animation, Play Sound, Collision Query, Spawn Actor, Apply Damage, etc).
  • 16+ Events/Methods available to Blueprints to allow further logic customization.
  • Full AI Support (New AI Tasks / Decorators).
  • Full Animation support (New State Node).
  • Custom Editor – Ability Editor.
  • Built-in Testing framework.
  • Intended for all Platforms (Tested PC, XB1, PS4, PS5).
  • Extendable API.
  • Fully documented.

Original_Link: https://www.unrealengine.com/marketplace/en-US/product/able-ability-system

Download Links:

Asset Version v3.89 (5.3)

Asset Version (4.27, 5.1)

Click on a star to rate it!

Average rating 5 / 5. Vote count: 1

No votes so far! Be the first to rate this post.

Leave a Reply