Hi,
I need to import python generated data in UE5 from a file ( it can be .csv, excel… ). Then I want to move an object according to that data which represent a trajectory, everything using blueprint.
I know there is a way to import from .csv using data structure, but I couldn’t find a comprehensive tutorial or guide on the entire process.
Is it possible to do so? Does exist a guide for beginners to do it?