Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/BehaviorTargetInterfaces.h |
Include |
#include "BaseBehaviors/BehaviorTargetInterfaces.h" |
class IClickBehaviorTarget : public IModifierToggleBehaviorTarget
Functions required to apply standard "Click" state machines to a target object. See USingleClickBehavior for an example of this kind of state machine.
Name | Description | |
---|---|---|
|
~IClickBehaviorTarget() |
Name | Description | ||
---|---|---|---|
|
IsHitByClick ( |
Test if target is hit by a click |
|
|
OnClicked ( |
Notify Target that click ocurred |