[Tutorial] CSV Files

There is a better way! Don’t listen to me. Go to Iniside’s post!

As requested :slight_smile:

You can do something like this to read any file separated by a delimiter, but here we are reading csv files letter by letter separated by a delimiter “,”; line by line in c++

~Rah

https://docs.unrealengine.com/latest/INT/Programming/Gameplay/DataDriven/index.html

There is already buld in support for csv files and data reading.

Though nice effort, you didn’t need to reinvent a wheel ;).

I was requested to make a tutorial about the CSV options from my random level gen, I guess it would have been really smart to SEARCH it first, hehe.

Thank you for bringing this to my attention ! :slight_smile: It’s so much simpler !