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
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”