Develop

Get Current Display Frequency

Updated: Apr 15, 2026
Returns the current display frequency for the connected Meta Quest headset. This function is defined in UOculusXRFunctionLibrary (module: OculusXRHMD) and is exposed as a BlueprintPure node (no execution pin required) under the OculusLibrary category. The available display frequencies vary by device and are queried at runtime from the headset. Use Get Available Display Frequencies to retrieve the full list of supported refresh rates for the connected device.

Blueprint

Get Current Display Frequency Blueprint node with a float return value output.

Arguments

  • No arguments.

Output

  • Return Value: A floating point value that indicates the current display frequency of the connected headset, in Hz. Example return value: 72.0. Returns 0.0 when no headset is connected or the display frequency is unavailable. Check that the return value is greater than 0 before using it.