ITextInputMethodContext::GetScreenBounds

Measures the screen-space bounds of the display area available for text.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/ITextInputMethodSystem.h"

Syntax

void GetScreenBounds
(
    FVector2D & OutPosition,
    FVector2D & OutSize
)

Remarks

Measures the screen-space bounds of the display area available for text.

Parameters

Parameter

Description

OutPosition

The screen-space position of the top-left bound of the display area.

OutSize

The screen-space size of the of the display area.

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