Function
Slow
CharacterSimple:BindAnimationBlueprintEventDispatcher
Assigns and Binds an Animation Blueprint Event Dispatcher
Syntax
my_character_simple:BindAnimationBlueprintEventDispatcher(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