Navigation
API > API/Plugins > API/Plugins/EnhancedInput
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputComponent.h |
| Include | #include "EnhancedInputComponent.h" |
Syntax
template<typename TSignature>
struct TEnhancedInputUnifiedDelegate
Remarks
Unified storage for both native and dynamic delegates with any signature
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BindDelegate
(
UObject* Object, |
Binds a script delegate on an arbitrary UObject, hidden for native delegates | |
| void | BindDelegate
(
UserClass* Object, |
Binds a native delegate, hidden for script delegates | |
| void | Execute
(
TArgs... Args |
||
| bool | IsBound () |
||
| bool | IsBoundToObject
(
void const* Object |
||
| TSig & | MakeDelegate () |
||
| void | SetShouldFireWithEditorScriptGuard
(
const bool bNewValue |
||
| bool | |||
| void | Unbind () |