FGenericPlatformApplicationMisc::GetDPIScaleFactorAtPoint

Returns monitor's DPI scale factor at given screen coordinates (expressed in pixels)

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformApplicationMisc.h

Include

#include "GenericPlatform/GenericPlatformApplicationMisc.h"

Syntax

static float GetDPIScaleFactorAtPoint
(
    float X,
    float Y
)

Remarks

Returns monitor's DPI scale factor at given screen coordinates (expressed in pixels)

Returns

Monitor's DPI scale factor at given point

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