Exemple #1
0
 /// <summary>
 /// Removes given action binding for the given name.
 /// </summary>
 /// <param name="name">The name of the binding to remove.</param>
 public void RemoveActionBinding(FName name)
 {
     Native_UInputComponent.RemoveActionBindingByName(Address, ref name);
 }