Files
UnrealEvent/Project/Source/FortniteGame/Private/FortMovementComp_CharacterAthena.cpp
2026-04-22 15:51:07 +02:00

14 lines
548 B
C++

#include "FortMovementComp_CharacterAthena.h"
UFortMovementComp_CharacterAthena::UFortMovementComp_CharacterAthena() {
this->JumpPenalties.AddDefaulted(5);
this->JumpPenaltyResetTime = 1.00f;
this->NetworkSmoothingThrottleProxyUpdateForPawnLOD = 0;
this->NetworkSkipSkyDivingCollisionForPawnLOD = 2;
this->NetworkSmoothingViewAngleThreshold = 45.00f;
this->NetworkSmoothingViewAngleThresholdSmall = 12.00f;
this->NetworkSmoothingNoThrottleWithinDistanceInMeters = 10.00f;
this->MaxAccelerationFlying = 1000.00f;
}