UKeyAsModifierInputBehavior::UpdateCapture

Called for each new input event during a capture sequence.

Windows
MacOS
Linux

Override Hierarchy

UInputBehavior::UpdateCapture()

UKeyAsModifierInputBehavior::UpdateCapture()

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseBehaviors/KeyAsModifierInputBehavior.h

Include

#include "BaseBehaviors/KeyAsModifierInputBehavior.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseBehaviors/KeyAsModifierInputBehavior.cpp

Syntax

virtual FInputCaptureUpdate UpdateCapture
(
    const FInputDeviceState & InputState,
    const FInputCaptureData & CaptureData
)

Remarks

Called for each new input event during a capture sequence. Return Continue to keep capturing, or End to finish capturing.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss