描述
UE4能力编辑器插件系统Able Ability System(支持PC与PS4)包含了完整的C++源代码。允许脚本调整和编写特定于能力的逻辑,为创建者提供更多定制。具体介绍如下:
A high performance, multi-threaded, data driven Ability system with network support, written from the ground up for Unreal Engine 4.
Able is an engine plugin, written in C++, for Unreal Engine 4. In Able, Abilities are created from various actions called Tasks.
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 sc ripters to adjust and write Ability specific logic. C++ Engineers can quickly add more Tasks, unit tests, and Ability Editor customization through the Able API.
Able is intended for all Platforms and has dedicated support currently for PC and PS4.