Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCharacterMovementComponent
Description
Update interpolation values for client smoothing. Does not change actual mesh location. Sets bNetworkSmoothingComplete to true when the interpolation reaches the target.
| Name | SmoothClientPosition_Interpolate |
| 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 |
void SmoothClientPosition_Interpolate
(
float DeltaSeconds
)