Exemple #1
0
 /// <summary>
 /// Gets the current value of the axis with the specified key.
 /// </summary>
 /// <param name="axisKey">The key of the axis.</param>
 /// <returns>Axis value.</returns>
 public float GetAxisKeyValue(FKey axisKey)
 {
     return(Native_UInputComponent.GetAxisKeyValue(Address, ref axisKey));
 }