Does web remote control work during runtime

Have you discovered anything about this?

I was using UnrealPython for an external controller, but we are now forced to use 4.24, which doesn’t have anything built for it; they stopped updating the full plugin when Epic included Python by default (but only in editor). I was previously able to include the full UnrealPython as a plugin in my project up to Unreal 4.23, but now it’s just not supported.

I need to externally control things at run time - positioning objects, setting text, calling functions, etc. We are using a third party build of 4.24 for our virtual broadcast applications, I can’t just write my own (and if I could it would be very burdensome, at this point). I don’t know why they can’t enable stuff like this for runtime (either python or this web control).