Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UViewportClickDragBehavior
Description
Call to set whether drag starts should be contingent on the distance threshold when this behavior has capture. Default false. When false, this behavior will immediately start the drag operation when it wins capture.
| Name | SetRequireDistanceThresholdOnCapture |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/Behaviors/ViewportClickDragBehavior.h |
| Include Path | #include "Behaviors/ViewportClickDragBehavior.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/Behaviors/ViewportClickDragBehavior.cpp |
void SetRequireDistanceThresholdOnCapture
(
TAttribute < bool > InRequireDistanceThresholdOnCapture
)