Client is unable to Server Travel with the host when Seamless Travel is disabled. Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#18319896 and the client is able to join in, it is a regress ...
This only seems to occur if the parent is statically placed, and only when launching the instances as standalone game from the editor. If the actor is dynamically spawned or if the instances are run ...
See linked UDN for more info. This looks to be because of how OnRep_Timeline handles any changes to the component's FTimeline struct. If the timeline isn't playing, OnRep_Timeline will call SetPlayb ...
Currently an actor must be marked replicated before spawning in order to properly be added to any net drivers through AddNetworkActor. We should consider allowing that to happen later in the proces ...
Child nodes are by default not added to the PrepareForReplicationNodes array in order to prevent unnecessary calls to PrepareForReplication. However, this difference in behavior is not very apparent ...
Normally during seamless travel, the GameMode and GameState are only kept when traveling to the transition map, not when going from the transition map to the destination. If these actors are kept al ...
While TMaps are not supported for replication, previously one workaround for this was to wrap the TMap property in a container struct. Users could then implement a custom NetSerialize function for t ...
See linked UDN for more info. It seems as though if both a parent actor and its attached actors are created at the same time on the server, then there is a chance the attached actors won't appear at ...
An attached actor's relative location isn't correct on the client when the actor has its position changed to that of the parent actor before attaching with the "Keep World" location rule. On the cli ...
Replays start playing before the player finishes loading into the level. From the player's point of view the replay starts playing 3 seconds into the replay instead of playing at 0 seconds. The pl ...