Description

If a client attaches a scene component to a server authoritative scene component and that server component later has a change in attachment made on the server, the AttachChildren array on the client will no longer contain the component attached on the client.

Steps to Reproduce

In QAGame using QAPawn blueprint add 3 key events

Key O should spawn an emitter attached to the pawn's mesh
Key P calls a replicated event which, on the server, adds a decal component to the pawn and attach it to the mesh
Key H should print out the result of GetNumChildrenComponents on the pawn's mesh

Change Mesh components replicates property to true.

Run PIE with 1 player and a dedicated server.

Press O and then H and see that the count is 1
Press P and then H and you would expect to see that the count is 2, but it will output 1

Have Comments or More Details?

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

1
Login to Vote

Fixed
ComponentUE - Gameplay
Affects Versions4.9
Target Fix4.14
Fix Commit3149245
Main Commit3153517
CreatedJan 26, 2016
ResolvedOct 3, 2016
UpdatedApr 27, 2018