How to add VR HUD and Crosshair for gun point in unreal ?

hi, someone please suggest any source for add VR menu , HUD for armor , ammo and also how to add crosshair in VR?

I’d recommend checking out Stereo Layers. It works like a HUD would in VR, although they can be distracting having HUD’s in a VR world.

I suggest using 3D widgets for this kind of thing

https://docs.unrealengine.com/latest/INT/Engine/UMG/HowTo/Create3DWidgets/

Basically you just create your hud widget and put it in a BP Actor.

Probably parent it on your VR Pawn or something.

I hope it helps you.