I have project, where I get 19 frames of data. 0 to 19. Where the last frame reaches the value where I must import the 3D object within the Scenario. Json will be constantly updated. What is the best way for me to export this data to the project via Aximmetry?
I used an example in the tutorials, but I can't point export to the data and even creating an update, the data doesn't change, only in the first connection. The UE Project only sends Y. If you can help me, I'm a few days away. Some process I'm skipping and would like help.
Hi,
This is an Integer data type:
You can see a pin's data type at the bottom left cornet in the Flow Editor when you hover your mouse over it:
You can directly connect scalar or vectors to integer pins and Aximmetry will automatically convert them. You can connect other data types too, but usually, you need some modules in between, for example:
Since I am not sure what kind of data you importing from the JSON and in what type of data format you need it in Unreal, I can not tell what modules you will need to use.
Note, you can peek at any pin in Aximmetry to get a better idea of what is going on inside your module and data: https://aximmetry.com/learn/virtual-production-workflow/preparation-of-the-production-environment-phase-i/starting-with-aximmetry/aximmetry-composer/basics-of-the-flow-editor/#peeking
Also, in most cases, you don't need a logic like this:
Aximmetry automatically detects if the file changes and updates the JSON File module's output.
Warmest regards,