Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/ULocalSingleClickInputBehavior
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize () |
Call this to initialize the class | BaseBehaviors/SingleClickBehavior.h | |
virtual void Initialize
(
IClickBehaviorTarget* Target |
Initialize this behavior with the given Target | BaseBehaviors/SingleClickBehavior.h |
Initialize()
Description
Call this to initialize the class
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/SingleClickBehavior.h |
| Include Path | #include "BaseBehaviors/SingleClickBehavior.h" |
virtual void Initialize()
Initialize(IClickBehaviorTarget *)
Description
Initialize this behavior with the given Target
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/SingleClickBehavior.h |
| Include Path | #include "BaseBehaviors/SingleClickBehavior.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseBehaviors/SingleClickBehavior.cpp |
virtual void Initialize
(
IClickBehaviorTarget * Target
)
Parameters
| Name | Remarks |
|---|---|
| Target | implementor of hit-test and on-clicked functions |