Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UInputComponent > API/Runtime/Engine/Components/UInputComponent/BindVectorAxis
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h |
| Include | #include "Components/InputComponent.h" |
template<class UserClass>
FInputVectorAxisBinding & BindVectorAxis
&40;
const FKey AxisKey,
UserClass &42; Object,
typename FInputVectorAxisHandlerSignature::TMethodPtr< UserClass > Func
&41;
Remarks
Binds a delegate function to a vector axis key (e.g. Tilt) Returned reference is only guaranteed to be valid until another vector axis key is bound.