PIE performance with blueprint tick

I just tested this. A totally empty TestActor seems to tick only once during its spawn. After spawned in the level it doesn’t tick. Hence performance hit only happens on the initial spawn.

Adding only the event tick node forces the TestActor to tick even if it is not rendered and not running any code.