Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SEditableText
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableText.h |
| Include | #include "Widgets/Input/SEditableText.h" |
void SetOnKeyDownHandler
&40;
FOnKeyDown InOnKeyDownHandler
&41;
Remarks
Sets the OnKeyDownHandler to provide first chance handling of the OnKeyDown event
Parameters
| Name | Description |
|---|---|
| InOnKeyDownHandler | Delegate to call during OnKeyDown event |