Closed Skylonxe closed 4 years ago
Great idea no reason to not have a variant of that type
Specific delegates do not appear possible without defining them inside the binding function and we don't necessarily know the emit signature at bind time. May need to emit a wildcard property with bp autocast conversions as an option instead.
With v0.3.1 (https://github.com/getnamo/global-event-system-ue4/commit/0c8aa5423d8dc24a3a2035f647d101c9fb04e4d3)
Wildcard event delegates are supported with bp autocast conversions.
e.g.
the To String property cast will try to convert mismatched so you can preview what you're receiving before changing to match
Like any other delegate binding function.