8,013
edits
Paradox-01 (talk | contribs) |
Paradox-01 (talk | contribs) |
||
Line 672: | Line 672: | ||
* Calc: save file, check "edit filter settings", save csv with comma as field delimiter | * Calc: save file, check "edit filter settings", save csv with comma as field delimiter | ||
* in ue4 goto "Add New" > Blueprints > '''Structure''' | * in ue4 goto "Add New" > Blueprints > '''Structure''' | ||
* open that ''Struct'' and add for all columns (except for A) a | * open that ''Struct'' and add for all columns (except for A) a variable, assign a type for each | ||
* be sure Struct's variables have the same name as the csv column headers | * be sure Struct's variables have the same name as the csv column headers | ||
* import the csv and assign the Struc to it | * import the csv and assign the Struc to it |
edits