Okay so I am trying to learn the Datatable in UE4 but the documentation is lacking. I am trying to make a simple table to just test out this feature. My goal is to have a table that has “SteamID” and “SteamName” (player’s name) but when I import the .csv file I get my first column of data (the SteamID) in a new column and then a blank column with the label of SteamID.
How do I get my SteamID column to be the row ID but still allow the SteamID values to be exposed as a variable that I can reference in Blueprints?