Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCharacterMovementComponent
Description
Check position error within ServerCheckClientError(). Set bNetworkLargeClientCorrection to true if the correction should be prioritized (delayed less in SendClientAdjustment).
| Name | ServerExceedsAllowablePositionError |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h |
| Include Path | #include "GameFramework/CharacterMovementComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp |
virtual bool ServerExceedsAllowablePositionError
(
float ClientTimeStamp,
float DeltaTime,
const FVector & Accel,
const FVector & ClientWorldLocation,
const FVector & RelativeClientLocation,
UPrimitiveComponent * ClientMovementBase,
FName ClientBaseBoneName,
uint8 ClientMovementMode
)