Are you just trying to spawn clouds at the start of the level? If so, then you can just use OnStartOfLayout action and there's no need for variables.
For system demand it's fine because all events are run every tick anyway. You can use EveryTick or Every X seconds, I think either is fine although EveryTick could be better suited for some reason.