Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseBehaviors > API/Runtime/InteractiveToolsFramework/BaseBehaviors/Widgets
Inheritance Hierarchy
- IWidgetBaseBehavior
- UCreateWidgetTool
- URectangleSelectTool
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/Widgets/WidgetBaseBehavior.h |
| Include | #include "BaseBehaviors/Widgets/WidgetBaseBehavior.h" |
Syntax
class IWidgetBaseBehavior
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | OnDragDetected
(
const FGeometry& MyGeometry, |
||
| bool | OnKeyChar
(
const FGeometry& MyGeometry, |
||
| bool | |||
| bool | |||
| bool | OnMouseButtonDoubleClick
(
const FGeometry& InMyGeometry, |
||
| bool | OnMouseButtonDown
(
const FGeometry& MyGeometry, |
||
| bool | OnMouseButtonUp
(
const FGeometry& MyGeometry, |
||
| void | OnMouseCaptureLost
(
const FCaptureLostEvent& CaptureLostEvent |
||
| bool | OnMouseMove
(
const FGeometry& MyGeometry, |
||
| bool | OnMouseWheel
(
const FGeometry& MyGeometry, |
||
| int32 | OnPaint
(
const FPaintArgs& Args, |