Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UScalableSphereGizmoInputBehavio-
Description
Called for each new input event during a capture sequence. Return Continue to keep capturing, or End to finish capturing.
Virtual Inheritance
- UInputBehavior::UpdateCapture → UScalableSphereGizmoInputBehavior::UpdateCapture
| Name | UpdateCapture |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ScalableSphereGizmo.h |
| Include Path | #include "BaseGizmos/ScalableSphereGizmo.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/ScalableSphereGizmo.cpp |
virtual FInputCaptureUpdate UpdateCapture
(
const FInputDeviceState & InputState,
const FInputCaptureData & CaptureData
)