UGameUserSettings::GetResolutionScaleInformation

Returns the current resolution scale and the range

Windows
MacOS
Linux

Deprecated

  • Please call GetResolutionScaleInformationEx

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/GameUserSettings.h

Include

#include "GameFramework/GameUserSettings.h"

Source

/Engine/Source/Runtime/Engine/Private/GameUserSettings.cpp

Syntax

void GetResolutionScaleInformation
(
    float & CurrentScaleNormalized,
    int32 & CurrentScaleValue,
    int32 & MinScaleValue,
    int32 & MaxScaleValue
) const

Remarks

Returns the current resolution scale and the range

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss