Description

AActor::AddReplicatedSubObject will ensure in this case if the actor doesn't set bReplicateUsingRegisteredSubObjectList, but there is no equivalent check in AActor::AddActorComponentReplicatedSubObject.

Steps to Reproduce

Create a replicated component without a ReplicateSubobjects implementation, and set bReplicateUsingRegisteredSubObjectList to false.
Create a replicated subobject and call AddReplicatedSubobject for it on the component.
Observe the subobject's replication silently fail.

Have Comments or More Details?

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

0
Login to Vote

Unresolved
ComponentUE - Networking
Affects Versions5.5
CreatedNov 15, 2024
UpdatedFeb 21, 2025
View Jira Issue