Function
Slow
Widget:CallBlueprintEvent
Calls a Blueprint Event or Function<br/>Returns all Function return values on <strong>Client Side</strong>
Syntax
my_widget:CallBlueprintEvent(event_name, arguments... = nil)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
event_name
|
string | — | Event or Function name |
arguments...
optional
|
any | nil |
Sequence of arguments to pass to the event |
Returns
- any... the function return values