spawn 2 instances in opposite order
How to I spawn 2 instances of an actor so that the second instance is behind the first instance in layer order?
Currently it's the opposite order by default.
Instance 2 is above 1, I need the opposite.
How to I spawn 2 instances of an actor so that the second instance is behind the first instance in layer order?
Currently it's the opposite order by default.
Instance 2 is above 1, I need the opposite.
Comments
I fixed this issue by making the instance spawn another instance behind it.
pats self on the back
You can also spawn the instances to "back of layer." See attached demo.