Navigation
Unreal Engine C++ API Reference > Editor > EditorInteractiveToolsFramework > Behaviors > FEditor2DScrollBehaviorTarget
References
Module | EditorInteractiveToolsFramework |
Header | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/Behaviors/2DViewportBehaviorTargets.h |
Include | #include "Behaviors/2DViewportBehaviorTargets.h" |
Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/Behaviors/2DViewportBehaviorTargets.cpp |
virtual void OnClickPress ( const [FInputDeviceRay](API\Runtime\InteractiveToolsFramework\FInputDeviceRay) & PressPos )
Remarks
Notify Target that click press ocurred
Parameters
Name | Description |
---|---|
PressPos | device position/ray at click point |