set default VibrotactileFrequency to 180 for optimal vibrotactile feedback
This commit is contained in:
@@ -105,7 +105,7 @@ USGTouchComponent::USGTouchComponent(const FObjectInitializer& ObjectInitializer
|
||||
|
||||
VibrotactileAmplitude = 1.0f;
|
||||
VibrotactileDuration = 1.0f;
|
||||
VibrotactileFrequency= 500.0f;
|
||||
VibrotactileFrequency= 180.0f;
|
||||
}
|
||||
|
||||
USGTouchComponent::FImpl::FImpl(USGTouchComponent* InOwner)
|
||||
|
||||
Reference in New Issue
Block a user