how to package the project to a VR ?

hi , so here i am i have finished my project and i wanna package it as a VR project what is the main options i have to specify ?

I think you just need to select a platform… If you made a occulus rift or vive project, package for windows.

am planning to run a vr through a stream softwares like riftcat , and i dont know if i have to package my project with a special options like VR type or the fps …etc

Add some console commands to your Event Begin Play in the Level Blueprint, ones I remember off the top of my head (though they might be depreceated)

stereo on
enable HMD
r.FullScreen
r.screenpercentage ‘150’

Are you using Oculus? or Vive?