fix a blueprint ufunction specifier type

This commit is contained in:
Mamadou Babaei
2026-02-23 16:28:10 +01:00
parent 870b9e29d9
commit d0ee82d789
@@ -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);
/**