Exemple #1
0
 /// <summary>
 /// Gets the action binding with the specified index.
 /// </summary>
 /// <param name="bindingIndex">The index of the binding to get.</param>
 /// <returns></returns>
 public FInputActionBindingHandle GetActionBinding(int bindingIndex)
 {
     return((FInputActionBindingHandle)Native_UInputComponent.GetActionBinding(Address, bindingIndex));
 }