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" |
int32 GetCharacterIndexFromPoint
&40;
const FVector2D & InPoint
&41;
Remarks
Gets the index of the code point at the point on the screen. The index of the code point at the point on the screen. INDEX_NONE if none was found.
Parameters
| Name | Description |
|---|---|
| InPoint | The 2D point on the screen to test for a code point. |