PlayerInputComponent->BindKey(EKeys::E, IE_Pressed, this, &FpsCharacter::Equiped);
이런 식으로 EKeys에서 원하는 키를 꺼내 쓸 수 있음
숫자는 numpadone, numpadtwo 이런 식임