Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UViewportClickDragBehavior
Description
Set the priority this Drag Behavior will return from GetPriority once the current interaction is confirmed to be a drag. Should be higher than its DefaultPriority, and higher than the priority of any other behavior it wants to steal capture from
| Name | SetDragConfirmedPriority |
| 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 SetDragConfirmedPriority
(
FInputCapturePriority InDragConfirmedPriority
)