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