Description

UCharacterMovementComponent::ReplicateMoveToServer checks IsReplicatingMovement before sending moves to the server, but the server does not check IsReplicatingMovement when processing these received moves.
If a client locally sets bReplicateMovement to true while this value is false on the server, it will send its movement to the server. While the server won't replicate any of this character's movement to simulated proxies, it will still receive and process these moves as normal.

Steps to Reproduce

On the server, set bReplicateMovement to false for a client's character.
After this change has been received on the client, set bReplicateMovement to true locally on that client.
Observe the client moving locally as well as on the server.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-215908 in the post.

0
Login to Vote

Unresolved
ComponentUE - Gameplay - Player Movement
Affects Versions5.5
Target Fix5.6
CreatedMay 28, 2024
UpdatedSep 6, 2024
View Jira Issue