Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UInputDebugKeyDelegateBinding
- UInputDelegateBinding::BindToInputComponent()
- UInputDebugKeyDelegateBinding::BindToInputComponent()
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputDebugKeyDelegateBinding.h |
| Include | #include "InputDebugKeyDelegateBinding.h" |
| Source | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Private/InputDebugKeyDelegateBinding.cpp |
virtual void BindToInputComponent
&40;
UInputComponent &42; InputComponent,
UObject &42; ObjectToBindTo
&41; const
Remarks
Override this function to bind a delegate to the given input component.
Parameters
| Name | Description |
|---|---|
| InputComponent | The InputComponent to Bind a delegate to |
| ObjectToBindTo | The UObject that the binding should use. |