The ForceActorRelevantNextUpdate will only trigger an update on the first connection in the list.
Note that the ForceActorRelevantNextUpdate does not work on dynamic actors since their ActorChannel is fully closed after the RelevantTimeout is triggered.
1. Force a static replicated actor's IsNetRelevantFor to return false on all connections
2. Wait 6 seconds for the RelevantTimeout to trigger
3. Dirty a replicated property on the actor
4. Call NetDriver->ForceActorRelevantNextUpdate on the actor
Only the first connection will receive the dirty property
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-71881 in the post.
2 |
Component | UE - Networking |
---|---|
Affects Versions | 4.20 |
Target Fix | 4.23 |
Created | Mar 21, 2019 |
---|---|
Resolved | May 31, 2019 |
Updated | Jul 16, 2019 |