Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
Include |
#include "Blueprint/UserWidget.h" |
FEventReply
OnKeyChar
(
FGeometry
MyGeometry,
FCharacterEvent
InCharacterEvent
)
Called after a character is entered while this widget has focus
Returns whether the event was handled, along with other possible actions
Parameter |
Description |
---|---|
MyGeometry |
The Geometry of the widget receiving the event |
InCharacterEvent |
Character event |