ITextInputMethodContext::GetCharacterIndexFromPoint

Gets the index of the code point at the point on the screen.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/ITextInputMethodSystem.h"

Syntax

int32 GetCharacterIndexFromPoint
(
    const FVector2D & InPoint
)

Remarks

Gets the index of the code point at the point on the screen.

Returns

The index of the code point at the point on the screen. INDEX_NONE if none was found.

Parameters

Parameter

Description

InPoint

The 2D point on the screen to test for a code 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