Custom Dispatcher System
Communicate between objects without any object references, add Server-wide (Global) custom variables or Private Variables with an in-built Dispatcher system to trigger events or use it for any kind of puzzles/Quest. Items, Enemies and Treasure Chests now have “OnExpose” CustomVariable arrays which will get added to the player on Interact/Pickup.
Custom dispatchers can be bound by using an FName as an identifier (ID), this ID can also be a CustomVariableID. The main advantage of this is that you don't need an object reference to call the dispatcher and the same ID can be used on all objects. This makes communicating between objects easier.
Last updated