Global Event Handler (4.26, 4.27)

FORMATSUnreal
Asset Version (4.26, 4.27)Link 1 | Link 2 

Loading

Design your code using a solid pattern, decouple it and remove all the unnecessary dependencies. Implementation of the Event Aggregator Pattern (Observer Pattern), inspired in WPF frameworks like Prism.

Design your project like a pro
By decoupling your project, and eliminate unnecessary dependencies, you make your projects more modular and testable.
Have you ever tried to migrate a Blueprint and found out that it had tons of dependencies? That’s because castings creates dependencies to the casted classes.

Game Instance Subsystem Based
No need to create components or interfaces for using the Global Event Pattern. Just Call and Bind, exactly how the UE4’s Event Dispatchers work, but globally 😉

Payloads supported
Send any UObject Payload containing any kind of data.

Technical Details
Features:
Call global events by Class, Name or GameplayTag. Payloads and metadata supported.
Bind and receive global messages. Unbind (and Unbind all) is also supported.
Methods for debugging and managing the global events are also included.
Send Events from any UObject to any other UObjects (Actor, Widget, etc).
Send Events from one Sublevel/Persistent level to another.
No need to create Components or Interfaces.
Based on Game Instance Subsystem. So no need to initialize anything.
The system will automatically “clean” itself when Actors are destroyed or when the level is destroyed.
Code Modules:
TMWEventAggregator [Runtime] Number of C++ Classes: 2
Network Replicated: Not by default, but supported
Supported Development Platforms: Windows (Should work on any other dev platform*)
Supported Target Build Platforms: Windows, Android (Should work on every other platform*)
* Any other platform require compilation.

https://www.unrealengine.com/marketplace/en-US/product/global-event-handler-for-ue4

Reviews

There are no reviews yet.

Be the first to review “Global Event Handler (4.26, 4.27)”

Your email address will not be published. Required fields are marked *

Shopping Cart
AdBlocker Image

Please disable Ad Blockers
Looks like you're using an ad blocker or popup blocker. We rely on advertising to help fund our site.