Get Available Display Frequencies (Deprecated)
Updated: May 4, 2026
Note: This Blueprint is deprecated. It remains available for apps that need it for backward compatibility. We recommend directly setting your desired refresh rate using
Set Display Frequency within the ranges supported by the device, rather than querying available frequencies.
Returns the display frequencies that are available with the current headset. This Blueprint is deprecated and remains available only for backward compatibility.
This Blueprint returns an array of the display frequencies supported by the current Meta Quest device. Instead of querying available frequencies, we recommend directly setting your desired refresh rate using
Set Display Frequency within the ranges supported by the device.
Frequency values are in Hz.
The following table lists the refresh rates returned by this Blueprint for each device:
| Device | Refresh Rates |
|---|
Meta Quest | 60 Hz, 72 Hz |
Meta Quest 2 | 60 Hz, 72 Hz, 80 Hz, 90 Hz, 120 Hz |
Meta Quest 3 | 72 Hz, 80 Hz, 90 Hz, 120 Hz |
Meta Quest 3S | 72 Hz, 80 Hz, 90 Hz, 120 Hz |
Meta Quest Pro | 72 Hz, 90 Hz |
Oculus Rift | 90 Hz |
Oculus Rift S | 80 Hz |
- Return Value: A
TArray<float> containing the available display frequencies for the connected Meta Quest device, in Hz. The number of frequencies returned depends on the specific device model.