![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ITextInputMethodSystem.h>
Public Types | |
| enum class | ELayoutChangeType { Created , Changed , Destroyed } |
Public Member Functions | |
| virtual | ~ITextInputMethodChangeNotifier () |
| virtual void | NotifyLayoutChanged (const ELayoutChangeType ChangeType)=0 |
| virtual void | NotifySelectionChanged ()=0 |
| virtual void | NotifyTextChanged (const uint32 BeginIndex, const uint32 OldLength, const uint32 NewLength)=0 |
| virtual void | CancelComposition ()=0 |
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.
|
strong |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |