mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
14 lines
548 B
C++
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;
|
|
}
|
|
|