pub const ULKeyEventType_kKeyEventType_Char: ULKeyEventType = 3;Expand description
Character input event type. Use this when the OS generates text from a physical key being pressed (eg, WM_CHAR on Windows).
pub const ULKeyEventType_kKeyEventType_Char: ULKeyEventType = 3;Character input event type. Use this when the OS generates text from a physical key being pressed (eg, WM_CHAR on Windows).