Importing and displaying Windows IME information I want to import Windows IME information and display the current IME information in the chat input part. What should I do? Is there a way? Please help.

I want to import Windows IME information and display the current IME information in the chat input part. What should I do?

Is there a way? Please help.

20220707_windows_ime
20220707_windows_ime_002
20220707_windows_ime_003

1 Like

It doesn’t look like they expose this API.

I didn’t dig very deep into source code.
The input notification seem to only inform layout change.
You may need to re-implement it using WindowsAPI instead.

Try to search for file names containing WindowsPlatform to get UnrealEngine’s Windows Handle.