56 const FVector ClosedPos = FVector::ZeroVector;
59 const FVector NewPos = FMath::Lerp(ClosedPos, OpenPos,
Alpha);
60 SM_Right->SetRelativeLocation(NewPos,
false,
nullptr, ETeleportType::None);
65 const FVector ClosedPos = FVector::ZeroVector;
68 const FVector NewPos = FMath::Lerp(ClosedPos, OpenPos,
Alpha);
69 SM_Left->SetRelativeLocation(NewPos,
false,
nullptr, ETeleportType::None);