fix a blueprint ufunction specifier type

This commit is contained in:
Mamadou Babaei
2026-02-24 10:42:45 +01:00
parent 6c67cbe342
commit eda920b079
@@ -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);
/**