Choose your operating system:
Windows
macOS
Linux
| UInputBehavior::UpdateCapture()
|
Module |
|
Header |
/Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/SingleClickBehavior.h |
Include |
#include "BaseBehaviors/SingleClickBehavior.h" |
Source |
/Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseBehaviors/SingleClickBehavior.cpp |
virtual FInputCaptureUpdate UpdateCapture
(
const FInputDeviceState & InputState,
const FInputCaptureData & CaptureData
)
Called for each new input event during a capture sequence. Return Continue to keep capturing, or End to finish capturing.