AActor::OnRep_ReplicatedMovement
I scanned all the source but did not see where this function is calling(only for movementComponent but i want see when it call when replicating Actors). Really, is it hide section or smt?
I just want to understand how trigger CharacterMovementComponent::SmoothCorrection after replication
I think so AActor::OnRep_ReplicatedMovement ->ACharacter::PostNetReceiveLocationAndRotation() → CharacteMovementComponent::SmoothCorrection
And this first function looks as if called from nothing…