Can I make row name check all rows?

I want it to check all rows for a email and password combination. Is there a way to do that ?

there is a node called GetDataTableRowNames. You have to iterate over the result.

Drag to the graph from OutRowNames and type “forloop” in the input box. Use that loop to get each GetDataTableRow
Sorry I don’t have UE4 Installed at this moment to take screenshot.

ForEachLoop I think it’s the node’s name

thanks for replying,

it does not connect, please could you show me a picture of what you mean exactly?

http://i.imgur.com/C9gBEvC.png

is this what you mean ?

http://i.imgur.com/FewvlN1.png

yes thats perfect now! Thank you :smiley:

http://i.imgur.com/p3vVifl.png

While you’re here… do you know how I can make new rows in my data table ? if someone registered their email and password ?

okay thanks for the help :slight_smile:

Yes. I hope that is what you needed. Actually it might be better to use a ForEachLoopWithBreak to be able to stop when you find a match.

I don’t believe that’s possible. Not that I know of.

No problem