Rotate camera based on XYZ values from a string.

Hi.

Trying to control the camera’s position and rotation based on a string I receive via UDP. I got the networking part done, but I’m stuck getting the values applied to the camera actor. I’ve attached a camera to a cube, and trying to rotate the cube with this flow.

The block where I’m failing is the “Convert String back to Rotator”. It doesn’t accept my string.

  1. How should I format the string to be accepted?
  2. Or, is there a better way to do this?

The string currently looks like this: “055.5,+00.7,-00.4” , but I can change it any way I want.