remove dead code
This commit is contained in:
@@ -739,16 +739,7 @@ TArray<FVector> FSGXRTracker::FImpl::GetFingerStartPositions(const bool bRight)
|
||||
|
||||
TArray<FQuat> FSGXRTracker::FImpl::GetFingerStartRotations(const bool bRight)
|
||||
{
|
||||
const TArray<FTransform> StartTransforms{GetFingerStartTransforms(bRight)};
|
||||
|
||||
ensureAlwaysMsgf(StartTransforms.Num() == 5, TEXT("Invalid number of finger start transforms!"));
|
||||
|
||||
const TArray<FQuat> StartRotations{
|
||||
// StartTransforms[0].GetRotation(),
|
||||
// StartTransforms[1].GetRotation(),
|
||||
// StartTransforms[2].GetRotation(),
|
||||
// StartTransforms[3].GetRotation(),
|
||||
// StartTransforms[4].GetRotation(),
|
||||
FQuat::Identity,
|
||||
FQuat::Identity,
|
||||
FQuat::Identity,
|
||||
|
||||
Reference in New Issue
Block a user