春季创作者特卖开启!从即日起至4月18日,精选商品最低三折起。

AWESOME EVENT SYSTEM

BRY - 代码插件 - 2023/06/06

AES is an event management subsystem designed to enable objects to communicate while remaining agnostic to one another.

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

AES is designed from the ground up with flexibility in mind. Flexible yet very powerful due to it's simplicity. The AES subsystem enables developers to:

  • Communicate between their objects without requiring hard references to each other
  • Send custom payloads by using custom AES Events
  • Generate events using dynamic blueprint nodes that auto-detect and expose payload properties
  • Not worry about managing delegate binding, unbinding & garbage cleanup


AES includes various types of event listeners that will enable developers to bind and listen for important actions between their systems without having to couple their systems together with hard references.


AES is a standalone, non-obtrusive plugin that doesn't need to know anything about any objects or classes within your project. AES works right out of the box and allows developers to simply "Plug & Play" with their existing projects!


This gives developers the added benefit of being able to add a new system and use AES to communicate with other systems in their game within a few minutes! However, if the new system doesn't work as expected developers can remove it without having to touch any other parts of the project!


技术细节

Documentation (work in progress)

Discord Support


Features:

  • Fully event driven - no ticks, timers or delays
  • Automatic delegate binding, unbinding & clean up
  • CPU cache friendly by using sorted arrays and taking advantage of binary searches
  • Subsystem designed to plug and play with any existing projects requiring no hard dependencies
  • Editor customization for faster and easier event creation
  • Custom dynamic blueprint nodes to simplify event registration and customization
  • Demo map with clear instructions and examples
  • Custom node icons and colors because... why not? 😉


Modules:

  •  AES (Runtime)
  •  AES Editor (Editor Only)


Classes:

  • C++ Core: 10
  • C++ Editor: 20