Set Display Frequency
Updated: Aug 30, 2024
Sets the display frequency for Meta Quest headsets.
Meta Quest headsets support different display refresh rate frequencies. The following devices support the following frequencies:
- Oculus Rift is always set to 90 Hz
- Oculus Rift S is always set to 80 Hz
- Meta Quest supports 60 Hz and 72 Hz
- Meta Quest 2 support 60 Hz, 72 Hz, 80 Hz, 90 Hz, and 120 Hz.
- Meta Quest Pro supports 72 Hz and 90 Hz.
This Blueprint attempts to set the display frequency to the requested floating point value.
Requested Frequency: A floating point value that indicates the desired display frequency. Allowable values depend on the device the app is running on.
None.
In this sample, the refresh rate is set to 72 Hz whenever the controller button is pressed down, and 60 Hz whenever the controller button has been released. In a production application, you should always check the array length before accessing element 1 in the array that is output by
Get Available Display Frequencies.