add missing bAutoStopAllHaptics initialization
This commit is contained in:
@@ -85,6 +85,7 @@ USGHapticsComponent::USGHapticsComponent(const FObjectInitializer& ObjectInitial
|
||||
Pimpl(TUniquePtr<FImpl, FImplDeleter>(new FImpl{this}, PimplDeleter))
|
||||
{
|
||||
bRight = true;
|
||||
bAutoStopAllHaptics = true;
|
||||
}
|
||||
|
||||
void USGHapticsComponent::SetRight(const bool bInRight)
|
||||
|
||||
Reference in New Issue
Block a user