• Доступ к сайту с VPN ограничен. Ваш аккаунт может быть забанен. Access to the site with a VPN is limited. Your account may be banned.

V.I.P 5.1 Plugins Global Event Handler v1.0

Global Event Handler
Версия Unreal Engine
5.1
EventAggregatorGallery%202-1920x1080-99102bcd0788ace4d284863b2e14bd9d.jpg
EventAggregatorGallery%203-1920x1080-9963f4290136e4bfc9a50c1ea8870ae2.jpg
EventAggregatorGallery%204-1920x1080-ac3afb8717138fe244159905e7dbd609.jpg



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 ;-)

Level Streaming Supported
If you ever tried to communicate to an Actor that lives in a different sublevel, then you know how annoying that can be! This plugin will help with that.

Payloads supported
Send any UObject Payload containing any kind of data.
Technical Details
Features:
  • Call global events by class or name. UObject payloads and metadata is 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)
Автор
Lucifer
Скачивания
5
Просмотры
333
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок

Другие ресурсы пользователя Lucifer

Последние обновления

  1. Update to 5.1

    Update to 5.1
  2. Update to UE 5.0

    Update to UE 5.0
  3. Update to 4.27 + 4.26

    Update to 4.27 + 4.26
Сверху