Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseBehaviors > API/Runtime/InteractiveToolsFramework/BaseBehaviors/UKeyInputBehavior > API/Runtime/InteractiveToolsFramework/BaseBehaviors/UKeyInputBehavior/Initialize
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/KeyInputBehavior.h |
| Include | #include "BaseBehaviors/KeyInputBehavior.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseBehaviors/KeyInputBehavior.cpp |
virtual void Initialize
(
IKeyInputBehaviorTarget * Target,
const FKey & Key
)
Remarks
Initialize this behavior with the given Target
Parameters
| Name | Description |
|---|---|
| Target | implementor of modifier-toggle behavior |
| Key | FKey that indicates the keyboard key for the behavior to watch for |