Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform > API/Runtime/ApplicationCore/GenericPlatform/ITextInputMethodContext
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
Include | #include "GenericPlatform/ITextInputMethodSystem.h" |
void GetScreenBounds
&40;
FVector2D & OutPosition,
FVector2D & OutSize
&41;
Remarks
Measures the screen-space bounds of the display area available for text.
Parameters
Name | 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. |