Hi Instead of the delay and bool you should use "Initial Life Span" in your actor Class Defaults. Furthermore, to avoid errors on an actor that is pending kill or already garbage collected, there's an Is Valid function that essentially does what you did with your does exist bool.