Row name fill automatically?

94353b16b215beaad97200148e1a8e8b8d109027_2_291x500

Hello
i am looking for a way to fill the Row name automatically,if there a blueprint to get the number from the actors name like 184 only ? and fill automatically for all ?

You can use “Get All Actors from Class” this returns an array. With a “For each loop” you can set your Rowname = Index + 1

Be carefull with using “Get All Actors from Class” it’s verry heavy. Use only with e.g. BeginPlay

1 Like

thank you so much, much appreciated
i have another question how do i change from integer to name ?

Ahhh yes converting Int > String > Name can cause problems. I rethinked this. There is probably an easier way. Im not on my Desk but here an drawing:

You may need to check if both Arrays have the same length otherwise it cause errors. Dont forgot to select the datatable in the “table node”
You also need to specify that you want to change the row name of your array element. At the moment you change with every loop the same “RowName”

i have tried this solution but the rows werent filled and the game didnt play at all when i connect…
i did try another thing like this image still didnt work…