Navigation
BlueprintAPI > BlueprintAPI/ScriptableTool > BlueprintAPI/ScriptableTool/Input
Target is Scriptable Modular Behavior Tool
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| delegate | Test Should Respond to Mouse Wheel | The result's bHit property determines whether the mouse wheel action will be captured. (Perhaps the mouse wheel only does something when mousing over some part of a mesh) |
| delegate | On Mouse Wheel Scroll Up | CurrentPos device position/ray at point where mouse wheel is engaged |
| delegate | On Mouse Wheel Scroll Down | CurrentPos device position/ray at point where mouse wheel is engaged |
| delegate | Capture Check | Only enable capture if returns true |
| integer | Capture Priority | The priority is used to resolve situations where multiple behaviors want the same capture |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |