Does Unreal Engine have something similar to Unity's JobHandle?

I am currently working on a project that requires about 4k line traces per frame. Unity can query numerous Raycasts asynchronously using RaycastCommand, but is there any similar one in the Unreal engine? It doesn’t matter if the solution is complicated. As long as it’s possible.