Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SEditableText
- SWidget::OnKeyChar()
- SEditableText::OnKeyChar()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableText.h |
| Include | #include "Widgets/Input/SEditableText.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableText.cpp |
virtual FReply OnKeyChar
&40;
const FGeometry & MyGeometry,
const FCharacterEvent & InCharacterEvent
&41;
Remarks
Called after a character is entered while this widget has keyboard focus Returns whether the event was handled, along with other possible actions
Parameters
| Name | Description |
|---|---|
| MyGeometry | The Geometry of the widget receiving the event |
| InCharacterEvent | Character event |