This seems to happen because FObjectReplicator::ReadyForDormancy will continually return false while FObjectReplicator::CanSkipUpdate returns true. In ReadyForDormancy, the actor's SendingRepState history will not be at its end (SendingRepState->HistoryStart != SendingRepState->HistoryEnd), but because CanSkipUpdate returns true, UpdateChangelistHistory will not be called to update the value of HistoryStart. This prevents the actor from going dormant, leading to the actor being considered for replication much more often than when push model is disabled.
In a project with push model enabled, create an initially dormant, replicated actor that enables push model for all of its replicated properties.
With bad network emulation settings enabled, have the server flush the actor's net dormancy and change one of its properties' values.
Expected: the client will receive the change to the replicated property, and the actor will become dormant again
Actual: the actor is unable to go back to being dormant
I am not able to find world outliner how to enable it?
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
How can i modify the param name in EQS node
What property of the Slider is the image used when dragging?
What properties of the progress bar can be used for drag and drop highlighting?
How to achieve HLSL Multiple Render Target in Material blueprints?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Teleporter in the Creative Hub is Locked and cannot be accessed
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-191014 in the post.
1 |
Component | UE - Networking |
---|---|
Affects Versions | 5.3 |
Target Fix | 5.3 |
Created | Jul 24, 2023 |
---|---|
Resolved | Aug 1, 2023 |
Updated | Mar 1, 2024 |