FSlateApplicationBase::GetCachedDisplayMetrics

Gets the application's cached display metrics.

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h

Include

#include "Application/SlateApplicationBase.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Application/SlateApplicationBase.cpp

Syntax

void GetCachedDisplayMetrics
(
    FDisplayMetrics & OutDisplayMetrics
) const

Remarks

Gets the application's cached display metrics.

Parameters

Parameter

Description

OutDisplayMetrics

Will contain the display metrics.