fix a blueprint ufunction specifier type

This commit is contained in:
Mamadou Babaei
2026-02-24 13:15:36 +01:00
parent 83725e5794
commit 62a332e3d5
@@ -186,7 +186,7 @@ public:
/**
* Returns true if the chosen glove supports active contact feedback on the Wrist.
*/
UFUNCTION(BlueprintCallable, Category="SenseGlove | Components | Haptics Component")
UFUNCTION(BlueprintPure, Category="SenseGlove | Components | Haptics Component")
static bool SupportsWristSqueeze(const USGHapticsComponent* HapticsComponent);
/**