How to create a dialogue system by taking data from a .csv?

I have been attempting to get data from a csv file in Unreal Engine 4, and have failed miserably. Whenever I attempt to define a struct for the datatable, it doesn’t show in the datatable row type in the importer. Can anyone help me get started in the right direction?

You need to first cliick File->Add Code to Project… and create a new DataTable class using C++? Also, what engine version are you using?

Would you mind describing what you’ve tried? It’s hard to get a feel for where to start trying to answer your question short of writing a full-blown tutorial.