Looking at how actor\component ticks are implemented, i can see two ways:
following their example by implementing tick via deriving from FTickFunction instead (i’m too lazy to look into it for now, so i’m stick to second option for now)
Custom throttling, something along the lines (it’s enough for my task for the time being):