Npc devices do not enable or spawn using verse

Summary

Npc devices do not enable or spawn using verse. They will however, disable using verse. The only way i can manually enable them is with direct binding. If I set the device to where it isn’t enabled at the start of the game, then run the code in live session to enable it through anything like a button etc. It will not enable the device. You can even leave the device enabled at start of game, then have it’s settings to not spawn. Then call the spawn from verse and it will not spawn the npc.

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Devices

Steps to Reproduce

Create a verse device that will enable a npc spawner, with editables for the spawners. Set the device to where it isn’t enabled at the start of the game, then run the code to enable the device, in live session.

Expected Result

I expect to be able to enable and disable the device using verse. Otherwise I will have to put extra devices in the level to do this. This risks running up memory.

Observed Result

I use prints in my code, and everything prints up until it needs to enable the device. Then it doesn’t print after the enable call.

Platform(s)

PC

Video

Additional Notes

In the video I show all Prints included. Also the ability to enable with direct binding. Plus it shows that I can disable the npc spawners using verse.