How to get Struct Variable or DataTable Column Header as a string

Hello, is there a way to get list of struct variable as a string?
Or similarly DataTable column header as a string?
Struc

DataTable
image

I want to be able to use SetText in a WidgetBP to list down the struc variable names/header, then list the data within the struc separately via get Data Table Row.

You could use JsonBlueprintUtilities:

image

My Products

1 Like

Oh cool, never used this before! The print from Append C pin is exactly what I needed! Thanks mate, really appreciate it!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.