Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components > UInputComponent > BindAction
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
Include | #include "Components/InputComponent.h" |
template<class UserClass>
FInputActionBinding & BindAction
(
const FName ActionName,
const EInputEvent KeyEvent,
UserClass * Object,
typename FInputActionHandlerWithKeySignature::TMethodPtr< UserClass > Func
)
Remarks
Binds a delegate function to an Action defined in the project settings. Returned reference is only guaranteed to be valid until another action is bound.