36 float BadPacketLossThreshold = 0.05f;
40 float SeverePacketLossThreshold = 0.15f;
44 int32 BadPingThreshold;
48 int32 SeverePingThreshold;
55 int32 AdjustedNetSpeed;
59 float LastNetSpeedUpdateTime;
63 int32 TotalNetBandwidth;
67 int32 MinDynamicBandwidth;
71 int32 MaxDynamicBandwidth;
78 uint32 bIsStandbyCheckingEnabled:1;
82 uint32 bHasStandbyCheatTriggered:1;
86 float StandbyRxCheatTime;
90 float StandbyTxCheatTime;
94 float PercentMissingForRxStandby;
98 float PercentMissingForTxStandby;
102 float PercentForBadPing;
106 float JoinInProgressStandbyWaitTime;
117 float MAXPOSITIONERRORSQUARED;
121 float MAXNEARZEROVELOCITYSQUARED;
126 float CLIENTADJUSTUPDATECOST;
130 float MAXCLIENTUPDATEINTERVAL;
134 float MaxClientForcedUpdateDuration;
138 float ServerForcedUpdateHitchThreshold;
142 float ServerForcedUpdateHitchCooldown;
146 float MaxMoveDeltaTime;
150 float MaxClientSmoothingDeltaTime;
157 float ClientNetSendMoveDeltaTime;
161 float ClientNetSendMoveDeltaTimeThrottled;
165 float ClientNetSendMoveDeltaTimeStationary;
169 int32 ClientNetSendMoveThrottleAtNetSpeed;
173 int32 ClientNetSendMoveThrottleOverPlayerCount;
177 float ClientErrorUpdateRateLimit;
181 float ClientNetCamUpdateDeltaTime;
185 float ClientNetCamUpdatePositionLimit;
189 bool ClientAuthorativePosition;
196 bool bMovementTimeDiscrepancyDetection;
200 bool bMovementTimeDiscrepancyResolution;
204 float MovementTimeDiscrepancyMaxTimeMargin;
208 float MovementTimeDiscrepancyMinTimeMargin;
218 float MovementTimeDiscrepancyResolutionRate;
238 float MovementTimeDiscrepancyDriftAllowance;
245 bool bMovementTimeDiscrepancyForceCorrectionsDuringResolution;
251 ENGINE_API virtual void UpdateNetSpeedsTimer();
254 ENGINE_API virtual bool IsInLowBandwidthMode();
267 ENGINE_API virtual void PostInitializeComponents()
override;
278 ENGINE_API virtual void EnableStandbyCheatDetection(
bool bIsEnabled);
288 bool bUseDistanceBasedRelevancy;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127