trying to get game code specifically raycasts to work independant of frame rate similar to unity fixed update

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.