Exemple #1
0
 /// <summary>
 /// Indicates that the InputComponent is interested in knowing/consuming a vector axis key's
 /// value (via GetVectorAxisKeyValue) but does not want a delegate function called each frame.
 /// Returned reference is only guaranteed to be valid until another vector axis key is bound.
 /// </summary>
 public FInputVectorAxisBindingHandle BindVectorAxis(FKey axisKey)
 {
     return((FInputVectorAxisBindingHandle)Native_UInputComponent.BindVectorAxisKey(Address, ref axisKey));
 }