Function
Slow
Widget:BindBlueprintEventDispatcher
Assigns and Binds a Blueprint Event Dispatcher
Syntax
my_widget:BindBlueprintEventDispatcher(dispatcher_name, callback)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
dispatcher_name
|
string | — | Event Dispatcher name |
callback
|
function | — | Callback function to call |
Returns
- function the callback itself