Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/ITextInputMethodSystem.h |
Include | #include "GenericPlatform/ITextInputMethodSystem.h" |
Syntax
class ITextInputMethodChangeNotifier
Remarks
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.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | ||
![]() |
void | NotifyLayoutChanged
(
const ELayoutChangeType ChangeType |
|
![]() |
void | ||
![]() |
void | NotifyTextChanged
(
const uint32 BeginIndex, |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
ELayoutChangeType |