Spawn Actor When NOT Colliding/Overlapping
Hi All,
Just a quick one about spawning when overlapping.
Is it possible to spawn an actor when another actor is NOT colliding/overlapping.
If not, does anyone know a work around?
Many thanks,
Just a quick one about spawning when overlapping.
Is it possible to spawn an actor when another actor is NOT colliding/overlapping.
If not, does anyone know a work around?
Many thanks,
Best Answers
-
jonmulcahy Posts: 10,408
Have a boolean called collision.
When collision is false
Spawn actor
Then have a role when actor collides
Collision is true -
Braydon_SFX Posts: 9,273
Yep, Jonmulcahy is right (of courseMy GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Answers
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx