export variables into csv file

Hi there I am trying to get the game time in seconds for whenever I click a certain button lets just say the letter A. I want to put these times into a array so I can then have these time values be exported to a csv file so I can put these values into a spreadsheet

I’d prefer to have this done in blueprints if possible thanks!

You can achieve that like this :innocent:

Though you can’t handle the exporting part with blueprints unless you use a plugin or something. Here’s a post that explains how:

you can create a (bp) struct, that has a field that is a list, of another (bp) struct.
then create a variable of the type of the 1st struct. such variable should live in a place where all those events can be called.

then the engine can export that as csv, though i can’t recall if it’s exposed to bps. you could possibly find a free plugin.