Hello,
I have text file with coordinates,
how can I put them to ue4?
For Example:
238.222704 268.125000 1131.014347
238.857183 268.099298 1130.011940
239.293776 267.858233 1129.579830
239.912233 267.903962 1128.801918
Thank you!!
If it’s a raw text file, you’ll need to process it with C++, FFileHelper
can assist you in loading it.
So I figured it out, the easiest way is to use data tables
Keep in mind, it only works with static data.
Yeah, ok. Thank you for your answer, it is just to complicated for my level