How to spawn actors using the positions in a table?

So i have 11 different X and Y of an actor entered in a table called Spawn Table. How can i spawn all of them using the Spawn Actor behaviour? ( They are the same actors , just different positions and the designated positions are entered in a table )

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    The Spawn Actor behavior has an X value and a Y value. Open the expression editor and use the tableCellValue function and plug in the correct row(s) and column(s) for the appropriate actor position.

Sign In or Register to comment.