Export data to a CSV or XML file?

I’m developing a tool for condo sales where a prospective client can walk around a proposed apartment and choose various fixtures and finishes. It’d be great if, at the end of a consultation, the client could output a list of the choices they’ve made - almost forming part of the sales contract.

I was thinking that output to a simple CSV or XML file which can be post-processed externally to UE4 to pretty it up. Is this something I can do using Blueprints? Or is this going to require an excursion into C++?

Thanks.

Rama’s plugin has something along these lines I think from memory.

Personally I would go with vaRest and push the results out to a web server which you can then generate nice reports from.

Thanks, I’ll check those out.