Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UKeyAsModifierInputBehavior
Description
When this function returns true, this behavior will always receive ForceEndCapture calls even when it is not actively capturing. This is useful for behaviors that do not capture, but hold state (ex. Key Modifiers) and want to be notified when to clear that state.
Virtual Inheritance
- UInputBehavior::WantsForceEndCapture → UKeyAsModifierInputBehavior::WantsForceEndCapture
| Name | WantsForceEndCapture |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/KeyAsModifierInputBehavior.h |
| Include Path | #include "BaseBehaviors/KeyAsModifierInputBehavior.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseBehaviors/KeyAsModifierInputBehavior.cpp |
virtual bool WantsForceEndCapture()