Description

When the replicated scene component's AttachChildren array is replicated, the package map attempts to serialize the non-replicated component, causing the warning that the object is not supported.

Steps to Reproduce

On the server, spawn a non-replicated component and attach it to a replicated scene component. (For instance, this can be reproduced by spawning a Niagara system with SpawnSystemAttached).

Expected: the component will be attached on the server and ignored by the replication system.

Actual: the following warning is displayed in the logs

LogNetPackageMap: Warning: FNetGUIDCache::SupportsObject: NonRepComponent_C /Memory/UEDPIE_0_4ZRIV6ZSUYLJHWY40A77G8DQ8.ThirdPersonMap:PersistentLevel.TestActor_C_UAID_E04F43E653BEF40902_1917464943.NODE_AddNonRepComponent-0_208 NOT Supported. 

Have Comments or More Details?

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

1
Login to Vote

Unresolved
ComponentUE - Networking
Affects Versions5.5
Target Fix5.6
CreatedJul 18, 2024
UpdatedJul 30, 2024
View Jira Issue