Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCharacterMovementComponent
Description
Check for Server-Client disagreement in position or other movement state important enough to trigger a client correction.
| Name | ServerCheckClientError |
| 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 ServerCheckClientError
(
float ClientTimeStamp,
float DeltaTime,
const FVector & Accel,
const FVector & ClientWorldLocation,
const FVector & RelativeClientLocation,
UPrimitiveComponent * ClientMovementBase,
FName ClientBaseBoneName,
uint8 ClientMovementMode
)
See Also
- ServerMoveHandleClientError()