![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Windows/WindowsTextInputMethodSystem.h"#include "CoreGlobals.h"#include "Containers/UnrealString.h"#include "Math/Vector2D.h"#include "Logging/LogCategory.h"#include "GenericPlatform/GenericWindow.h"#include "Stats/Stats.h"#include "Windows/AllowWindowsPlatformTypes.h"#include "Windows/HideWindowsPlatformTypes.h"| DECLARE_CYCLE_STAT | ( | TEXT("IME ActivateContext") | , |
| STAT_IMEWindowsActivateContext | , | ||
| STATGROUP_IMEWindows | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("IME ApplyDefaults") | , |
| STAT_IMEWindowsApplyDefaults | , | ||
| STATGROUP_IMEWindows | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("IME DeactivateContext") | , |
| STAT_IMEWindowsDeactivateContext | , | ||
| STATGROUP_IMEWindows | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("IME OnIMEActivationStateChanged") | , |
| STAT_IMEWindowsOnIMEActivationStateChanged | , | ||
| STATGROUP_IMEWindows | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("IME ProcessMessage") | , |
| STAT_IMEWindowsProcessMessage | , | ||
| STATGROUP_IMEWindows | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("IME RegisterContext") | , |
| STAT_IMEWindowsRegisterContext | , | ||
| STATGROUP_IMEWindows | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("IME UnregisterContext") | , |
| STAT_IMEWindowsUnregisterContext | , | ||
| STATGROUP_IMEWindows | |||
| ) |
| DECLARE_STATS_GROUP | ( | TEXT("IME Windows") | , |
| STATGROUP_IMEWindows | , | ||
| STATCAT_Advanced | |||
| ) |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogWindowsTextInputMethodSystem | , |
| Log | , | ||
| All | |||
| ) |
| STDMETHODIMP_ | ( | ULONG | ) |