Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/SAssetView
- SWidget::OnMouseWheel()
- SAssetView::OnMouseWheel()
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 OnMouseWheel
&40;
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent
&41;
Remarks
Called when the mouse wheel is spun. This event is bubbled. Returns whether the event was handled, along with other possible actions
Parameters
| Name | Description |
|---|---|
| MouseEvent | Mouse event |