TLDR; How can I make custom verse creative device events that show up in the UEFN editor details panel for direct event binding with existing built-in devices?
Hey there, this might have been asked before but I could not find any relevant information in recent versions of UEFN/Verse ecosystem. Basically, in UEFN we can use the “Direct Event Binding” in the details panel to quickly connect devices with event streams of other devices, much like the Creative system allows.
My question is, how can we support this in Verse for custom devices? I understand the possibility of using custom events using the MyEvent<public>: event() = event(){}
system but this only allows for inter-verse subscription. I’m asking specifically how do we support the built-in direct event binding system so that devices like Buttons, Channels, etc. can use the editors drop-down to select our custom verse devices and bind events that way?
The digests for verse list most of these event bindings as listenable
but there doesn’t seem to be a way to implement these ourselves.
Am I correct in assuming there is no support for this yet? Is this on the developer roadmap? If it is on the roadmap, what is the estimate on it?