Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate > API/Runtime/UMG/Slate/SObjectWidget
- SWidget::OnKeyChar()
- SObjectWidget::OnKeyChar()
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Slate/SObjectWidget.h |
Include | #include "Slate/SObjectWidget.h" |
Source | /Engine/Source/Runtime/UMG/Private/Slate/SObjectWidget.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 |