OSC Plugin - Binding an Event to All Messages - Delegate by ref is not compatible with Delegate

Trying to use OSC

Binding an Event to All Messages

getting error;
Delegate (by ref) is not compatible with Delegate

Unreal Engine 5.5.3

Anyone offer paid support?

This is likely due to the different event signatures.
Using assign events will automatically generate events with the appropriate arguments.