Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInputBehavior
Description
Called for each new input event during a capture sequence. Return Continue to keep capturing, or End to finish capturing.
Derived Overrides
- UBrushAdjusterInputBehavior::UpdateCapture
- UClickDragInputBehavior::UpdateCapture
- UKeyAsModifierInputBehavior::UpdateCapture
- UKeyInputBehavior::UpdateCapture
- UMouseWheelInputBehavior::UpdateCapture
- UMultiClickSequenceInputBehavior::UpdateCapture
- UScalableSphereGizmoInputBehavior::UpdateCapture
- USingleClickInputBehavior::UpdateCapture
- USingleClickOrDragInputBehavior::UpdateCapture
- USingleKeyCaptureBehavior::UpdateCapture
- UTwoAxisPropertyEditInputBehavior::UpdateCapture
| Name | UpdateCapture |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InputBehavior.h |
| Include Path | #include "InputBehavior.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InputBehavior.cpp |
virtual FInputCaptureUpdate UpdateCapture
(
const FInputDeviceState & InputState,
const FInputCaptureData & CaptureData
)