There is a variable called Tick Interval from which you can set, in seconds how often the Tick function runs. PrimaryActorTick.TickInterval = 0.1f will set it to run 10 times a second.
There is a variable called Tick Interval from which you can set, in seconds how often the Tick function runs. PrimaryActorTick.TickInterval = 0.1f will set it to run 10 times a second.