clear up debug logs
This commit is contained in:
@@ -2219,12 +2219,10 @@ bool FSGXRTracker::FImpl::GetControllerTransform(
|
||||
}
|
||||
|
||||
const FName DeviceTypeName{MotionController->GetMotionControllerDeviceTypeName()};
|
||||
SGLOG("SGVIVEDEBUG", DeviceTypeName, TargetPositionalTrackingProviderName);
|
||||
if (DeviceTypeName != TargetPositionalTrackingProviderName)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
SGLOG("SGVIVEDEBUG", DeviceTypeName, TargetPositionalTrackingProviderName, "Matched");
|
||||
|
||||
FRotator Orientation;
|
||||
FVector Position;
|
||||
|
||||
Reference in New Issue
Block a user