Get Data Table Row error "The type of Out Row is undetermined"

I am trying to create a graph that can parse the data inside a data table row based on the row passed into the graph as an input

The input is “Data Table Row Handle Structure”, which can be broken into Data Table and Row Name - when I try to use “Get Data Table Row” with these variables I am getting a compile error.

I also have tried creating a variable for the data table with the default value set, but both return this same error;

“The type of Out Row is undetermined. Connect something to Get Data Table Row to imply a specific type.”

Does anyone know why this error is showing and what I can do to resolve it?

1 Like

Is there a reason you have the quest list input? Disconnect that and choose the datatable asset?

Why not just reference the datatable in the node itself?
image

1 Like

If you know the struct type that the data table contains, click and drag from the OutRow pin and drop. Select the struct type.

1 Like

Ah thank you, this resolved it for me. Not sure what the difference in doing it via a var and putting it into the node directly is, but there’s no more errors so whatever, I’m happy :smiley:

Thanks again

1 Like