Timer on ActorComponent stopped automatically on Deactivation?

Hi,

I’ve set a Timer in my ActorComponent and want to know, wether the Timer is paused / cleared and / or invalidated automatically when I deactivate the Component.

I know I could just try it myself, but maybe someone already knows the answer? :slight_smile:

Thank you in advance!

I tested it now and found out that the Timer neither gets stopped nor paused. Even if you deactivate the Component, the Timer and attached functionality just continues running.