Export array of intergers from UE4

I need to export an array of integers from UE4 to edit in a spread sheet. Can only seem to find ways to export data tables but i don’t think i can write to those at runtime???

Can it be done? If it cant i’m stuck typing out a 2500 number array by hand and i don’t really fancy that tbh

I need to put all the numbers into a CSV eventually if that helps at all.

Technically, you could fill an array and do this:

Image from Gyazo

But why bother.

Print it to the Log :stuck_out_tongue:

Thanks, didn’t think of printing it to log, It isn’t exactly what i wanted but it will do as a work around for now. Your second idea wouldn’t really work as the array is only generated at runtime.

Thanks again :slight_smile: