Hi,
I have a problem with the communication between Blueprint and Remote Control Web Interface (RCWI).
I want to be able to modify with an external joystick the value of a variable, and I want to be able to update also this value in the widget that I have created in the RCWI, and also, I want to be able to adjust this value inside the widget to adjust, if necessary, on the value sent from the blueprint, but it doesn’t work.
When I update the variable inside the blueprint, the value in the widget is not updated, but it is updated in the Detail Panel and Remote Control Panel. But if I move the slider in the widget instead, the variable is updated in the blueprint and also in Panel Detail and Panel in Remote Control.
And if I change the value in Panel Detail and Remote Control, the modification is made in all fields: variable, Panel Detail / Panel Remote Control and Remote Control Web Interface widget.
And the question is, what do I have to do to modify the variable so that this modification is also done in the widget?
I’ve tried to use HTTP remote, too, but I haven’t been able to get it to work.
I have done a Get and Propertyvalues over the browser, and it updates with the variable changes, but the widget does not.
thanks in advance.