Is there a way to get data from Unreal

 

We can give unreal data, but can we get data back from unreal?

For example, if I want the camera to follow an object, If I could read the transformation of an object inside Aximmetry I could then follow that object.

   buffos

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

Currently, you can only pass videos from Unreal to Aximmetry using the Set Aximmetry Unreal Blueprint node.
You can not read transformation. However, you could add in your Unreal scene another Camera Actor and switch between that and Aximmetry's camera when needed. Or you can modify the Aximmetry Camera Blueprint in Unreal so it would switch between following an object and using the camera transformation coming from Aximmetry.

Warmest regards,

 
Profile Image
buffos
  -  

I see. Thank you for your answer.