Navigation
BlueprintAPI > BlueprintAPI/Multi_user
Send a custom event message over multi-user. If you a not in an active session, this function does nothing and only reports and warning to the output log.
Target is MultiUserSubsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| wildcard | Event Data | The event data to send. This must be the same type of UScriptStruct expected by the receivers on the registered handler. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |