Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/USingleKeyCaptureBehavior
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 → USingleKeyCaptureBehavior::UpdateCapture
| Name | UpdateCapture |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/SingleKeyCaptureBehavior.h |
| Include Path | #include "BaseBehaviors/SingleKeyCaptureBehavior.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseBehaviors/SingleKeyCaptureBehavior.cpp |
virtual FInputCaptureUpdate UpdateCapture
(
const FInputDeviceState & InputState,
const FInputCaptureData & CaptureData
)