Navigation
API > API/Runtime > API/Runtime/ApplicationCore
Platform owners implement this class to react to changes in the view/model of editable text widgets. Methods of this class should be called by the user to notify the system of changes not caused by system calls to methods of a ITextInputMethodContext implementation.
| Name | ITextInputMethodChangeNotifier |
| Type | class |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
| Include Path | #include "GenericPlatform/ITextInputMethodSystem.h" |
Syntax
class ITextInputMethodChangeNotifier
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITextInputMethodChangeNotifier() |
GenericPlatform/ITextInputMethodSystem.h |
Enums
Public
| Name | Remarks |
|---|---|
| ELayoutChangeType |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CancelComposition() |
GenericPlatform/ITextInputMethodSystem.h | ||
void NotifyLayoutChanged
(
const ELayoutChangeType ChangeType |
GenericPlatform/ITextInputMethodSystem.h | ||
void NotifySelectionChanged() |
GenericPlatform/ITextInputMethodSystem.h | ||
void NotifyTextChanged
(
const uint32 BeginIndex, |
GenericPlatform/ITextInputMethodSystem.h |