remove the experimental bHandTrackingVisualizationAllowed feature
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user