DE - Data from Excel/Notepad to Aximmetry

 

Hi everybody!


I have a question. Is there a way to get data from Excel/notepad/... in Aximmetry to change 3D Text/sequencer in unreal 5?


Example 3D Text:

 - https://youtu.be/HyA74YJQzuo?t=9

   apbho1508

 
Profile Image
buffos
  -  

You can read text files (but you have to process them). For example build a csv module to read csv data.

The simplest way to read structure data (without any special processing) would be from json files

You can convert EXCEL data to JSON by using a script like you can see in the following link

https://learn.microsoft.com/en-us/office/dev/scripts/resources/samples/get-table-data