Can't make a HitResult Object

I want to manually create a HitResult object, the same type that I would get from a hit event in Blueprint. Now there is a MakeHitResult BP node, which I thought I could use. However, that node does not allow me to specify all those member variables of the HitResult structure.

HitResult.png

What is the correct way to create a HitResult object in BP from various input values?