Hello! Engine is calling Tick method, within that method current World is calling own Tick method, within that method Level collection of Actors is iterated and each Actor is calling own Tick method. As mentioned by @zos it is rather risky to build logic around “natural” Tick calls order…