Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/IViewportClickDragBehaviorTarget
| Name | EEndCaptureReason |
| Type | enum |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/Behaviors/ViewportClickDragBehavior.h |
| Include Path | #include "Behaviors/ViewportClickDragBehavior.h" |
Syntax
enum EEndCaptureReason
{
End,
Canceled,
Forced,
}
Values
| Name | Remarks |
|---|---|
| End | Ended as part of normal operation, e.g. releasing a mouse button. |
| Canceled | Canceled by explicit user action, e.g. pressing Escape. |
| Forced | Canceled by the system. |