Web Remote Blueprint Update PIE

Hey,

I’m currently working with the web remote control plugin. Sending and receiving commands from Insomnia works without problems. But the changes do not update in the editor and in PIE mode.

After I exit the PIE mode, the editor receives the inputs from Insomnia.

The documentation says the following:
If you are accessing an object in -game mode or Play In Editor (PIE) mode, the object must be set as BlueprintVisible. In order to modify the value, the property must not be set as BlueprintReadOnly.

The goal is to update my Blueprint in runtime / PIE mode.

So my question: Where do I set the object as BlueprintVisible and do I have to consider anything else ?

Thanks for your help.

  • Arne