add missing bAutoStopAllHaptics initialization

This commit is contained in:
Mamadou Babaei
2026-02-24 10:42:43 +01:00
parent 1b4e9a16db
commit b6f0c0602c
@@ -85,6 +85,7 @@ USGHapticsComponent::USGHapticsComponent(const FObjectInitializer& ObjectInitial
Pimpl(TUniquePtr<FImpl, FImplDeleter>(new FImpl{this}, PimplDeleter)) Pimpl(TUniquePtr<FImpl, FImplDeleter>(new FImpl{this}, PimplDeleter))
{ {
bRight = true; bRight = true;
bAutoStopAllHaptics = true;
} }
void USGHapticsComponent::SetRight(const bool bInRight) void USGHapticsComponent::SetRight(const bool bInRight)