Hi community
i’m new to unreal engine so this is kind of my first project and I’m stuck. -_-
so I was trying to create a software which taking position and rotation data from mobile and an object will behave same in unreal engine
so I created a TCP server successfully
but stuck at extracting data from json
data from is like this -
{“position”:[0.27443048357963562,0.32106888294219971,-0.064795494079589844],“rotation”:[324.96261596679688,354.99053955078125,273.64019775390625]}
I am only getting X-axis but I need to extract xyz axis all to object
please help
hers my blueprint