remove the experimental bHandTrackingVisualizationAllowed feature

This commit is contained in:
Mamadou Babaei
2024-08-16 16:37:25 +02:00
parent 0fae4bbb43
commit b69a95eb58
7 changed files with 1 additions and 98 deletions
@@ -59,12 +59,6 @@ void UWristTrackerComponentKismetLibrary::SetRight(
WristTrackerComponent->SetRight(bInRight);
}
EXRVisualType UWristTrackerComponentKismetLibrary::GetDeviceVisualType(
const USGWristTrackerComponent* WristTrackerComponent)
{
return WristTrackerComponent->GetDeviceVisualType();
}
const FVector& UWristTrackerComponentKismetLibrary::GetWristLocation(
const USGWristTrackerComponent* WristTrackerComponent)
{
@@ -65,9 +65,6 @@ public:
UFUNCTION(BlueprintCallable, Category="SenseGlove | Components | Wrist Tracker Component")
static void SetRight(UPARAM(ref) USGWristTrackerComponent* WristTrackerComponent, bool bInRight);
UFUNCTION(BlueprintCallable, Category="SenseGlove | Components | Wrist Tracker Component")
static EXRVisualType GetDeviceVisualType(const USGWristTrackerComponent* WristTrackerComponent);
UFUNCTION(BlueprintCallable, Category="SenseGlove | Components | Wrist Tracker Component")
static const FVector& GetWristLocation(const USGWristTrackerComponent* WristTrackerComponent);