Thanks for the answer. I have figured out what the problem is ; actually, I am trying to to create a timer from a class which extends nothing (not a BP, not an Actor…) and it appears that UE doesn’t like it. How can I create a “global” timer which is not depending on anything ? The goal is to create a thread working everywhere in the game (so as a static or global variable) ?