Navigation
API > API/Plugins > API/Plugins/AvalancheInteractiveTools > API/Plugins/AvalancheInteractiveTools/Tools
Inheritance Hierarchy
- UObject
- UInputBehavior
- UAnyButtonInputBehavior
- USingleClickInputBehavior
- UAvaInteractiveToolsRightClickBehavior
References
| Module | AvalancheInteractiveTools |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheInteractiveTools/Public/Tools/AvaInteractiveToolsToolBase.h |
| Include | #include "Tools/AvaInteractiveToolsToolBase.h" |
Syntax
UCLASS ()
class UAvaInteractiveToolsRightClickBehavior : public USingleClickInputBehavior
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from USingleClickInputBehavior
| Type | Name | Description | |
|---|---|---|---|
| void | Clicked
(
const FInputDeviceState& Input, |
Internal function that forwards click evens to Target::OnClicked, you can customize behavior here |