Create enum based off text file

Hey everyone!

Is it possible to create an enumeration or even a string array based off of a text file?

For example, let’s say I wanted to take a dictionary text file and upload it to UE4, could I then use that text file to generate the enumeration? Or would I have to input the data by hand?