We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1df2b3 commit f2bd6bdCopy full SHA for f2bd6bd
Source/Archer/Character/Mechanics/ArchTrace.cpp
@@ -51,7 +51,7 @@ void UArchTrace::SetInterpolatedAimDirection(float DeltaTime)
51
52
FVector UArchTrace::GetSocketPosition() const
53
{
54
- return BowSocket?BowSocket->GetSocketLocation(SkeletalMeshComponent):GetOwner()->GetActorLocation() + TargetAimDirection*30.f;
+ return BowSocket?BowSocket->GetSocketLocation(SkeletalMeshComponent):GetOwner()->GetActorLocation() + TargetAimDirection*50.f;
55
}
56
57
void UArchTrace::InitializeCollisionTypes()
0 commit comments