PubSub

EpiphanyDigital - 代码插件 - 2022/05/23

Publish data from any blueprint , receive it in any blueprint

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

The PubSub plugin allows you to send messages to Actors, Components, Widgets and Objects without the need to have explicit references to them. This enables a greater level of decoupling between assets and eliminates dependencies between objects.

技术细节

Any struct can be sent as a message.


An Actor, Widget, UObject or Component can be registered as a subscriber to receive messages. Any object can publish a message. Once a subscriber is initialized it must have a function that starts with a forward slash and has the struct as a parameter to receive the message.


Demonstration level included


Documentation can be found at https://uepubsub.kurcoba.com/