IClickBehaviorTarget

Functions required to apply standard "Click" state machines to a target object.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseBehaviors/BehaviorTargetInterfaces.h"

Syntax

class IClickBehaviorTarget : public IModifierToggleBehaviorTarget

Remarks

Functions required to apply standard "Click" state machines to a target object. See USingleClickBehavior for an example of this kind of state machine.

Destructors

Name Description

Public function Virtual

~IClickBehaviorTarget()

Functions

Name Description

Public function

FInputRayHit

 

IsHitByClick

(
    const FInputDeviceRay& ClickPos
)

Test if target is hit by a click

Public function

void

 

OnClicked

(
    const FInputDeviceRay& ClickPos
)

Notify Target that click ocurred

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