USingleClickInputBehavior::Clicked

Internal function that forwards click evens to Target::OnClicked, you can customize behavior here

Choose your operating system:

Windows

macOS

Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/SingleClickBehavior.h

Include

#include "BaseBehaviors/SingleClickBehavior.h"

Source

/Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseBehaviors/SingleClickBehavior.cpp

Syntax

virtual void Clicked
(
    const FInputDeviceState & Input,
    const FInputCaptureData & Data
)

Remarks

Internal function that forwards click evens to Target::OnClicked, you can customize behavior here