Custom Dispatcher System
Last updated
Last updated
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.