How to get editable output signals from Verse devices?

I know you can add @ editable to include devices into the Verse device, but would it be possible to instead give away signal, such as true or false, and then use it as an input in other devices? I would greatly appreciate the help, because i couldn’t find any information on how to set this up in the documentation

Thanks in advance!

If I understand correctly you want to make a reference to a device? It’s possible ! Here is an example:

@editable
EndGameDevice : end_game_device = end_game_device{}

The type of the device is relative
( Devices module | Epic Developer Community (epicgames.com) )

Not exactly, i know how to reference the devices and interact with them. I was curious about turning output from the verse device into a event that can be used in other devices as function. For example Player Spawn Pad, and event of Player spawning
image

I have been searching for more than 30 minutes but it does not seem to be possible

That is unfortunate. Thanks for the help!

There is this example on the documentation where you can create an event, call it but @editable is not possible with
6. Final Result | Epic Developer Community (epicgames.com)

Thanks for the feedback, this is something that the Verse dev team are thinking about.