精选特卖:即日起至7月15日,精选商品五折优惠!

Light Event System

尚未评分

Easy and customizable event system implementation for Unreal Engine. Can be used in both Blueprint and C++.

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

Light Event System enables you to send and receive UObject-based events in both C++ and Blueprint. It's an implementation of the Observer pattern in the Unreal Engine ecosystem. Visit Quick Start guide to learn how to use the plugin.


Why use this system?

  • Allows you to get rid of tight coupling in your codebase by making your modules dependent only on the Event System and a set of events relevant for them.
  • Event System is customizable via hook methods that allow you to easily change the way events are sent and received, if you need the extra flexibility.
  • Very easy to create event types.
  • It's possible to send and listen to events on FName-based channels.
  • Can be used conveniently in both C++ and Blueprint!

技术细节

Features:

  • An UEventSystem class. Objects can listen for events that are relayed through UEventSystem's instances.
  • A global event system subsystem for convenience.
  • A set of basic event types.
  • Unit tests.


Code Modules:

  •  LightEventSystem (Runtime)
  •  LightEventSystemTests (UncookedOnly)


Number of Blueprints: 0

Number of C++ Classes: 19

Network Replicated: No

Supported Development Platforms: Win64, other platforms are untested but expected to work

Supported Target Build Platforms: Win64, other platforms are untested but expected to work

Documentation