Timer spawn actor?????
Chaser
Member Posts: 1,453
Can somebody show me a timer spawn actor setup as I've been beating myelf all day over this and it doesn't work without collide or touch is pressed of another actor as trigger. Do I need game timer atribute for this to work
Comments
If you are having an actor spawn itself (i.e. from an initial manually placed actor), extra precaution must be made to keep track of number of spawned actors (since it could get out-of-hand in certain scenarios) as well as make sure the spawning happens before the actor doing the spawning is destroyed.
Also, double-check to make sure the behavior is in the prototype actor (since I saw you had issues with that in another thread).