Develop

Set Display Frequency

Updated: Mar 23, 2026
Attempts to set the display frequency to the requested floating point value.

Overview

Different headsets support different display refresh rate frequencies. You should always use Get Available Display Frequencies to verify which refresh rates are available on the user’s headset before attempting to set the display frequency.
DeviceRefresh 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

Blueprint

Set display frequency blueprint

Arguments

Requested Frequency: A floating point value that indicates the desired display frequency. Allowable values depend on the device the app is running on.

Output

None.

Sample

In this sample, holding down the trigger sets the refresh rate to 90 Hz, and releasing the trigger sets it to 72 Hz.
Set display frequency sample