Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UInputComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include | #include "Components/InputComponent.h" |
template<class UserClass>
FInputGestureBinding & BindGesture
&40;
const FKey GestureKey,
UserClass &42; Object,
typename FInputGestureHandlerSignature::TMethodPtr< UserClass > Func
&41;
Remarks
Binds a gesture event to a delegate function. Returned reference is only guaranteed to be valid until another gesture event is bound.