This seems to occur when the subobject is considered unreachable but is not yet pending kill/marked as garbage. In this case, IsValid returns true while FWeakObjectPtr::Get returns nullptr for the object, causing problems if the actor channel attempts to replicate the object. See linked UDN for more info.
On an actor with bReplicateUsingRegisteredSubObjectList=true, spawn subobjects with no references to them, and add these to the replicated subobjects list. In the subobject's BeginDestroy, call RemoveReplicatedSubObject on the owning actor for the object, and set UE_NET_SUBOBJECTLIST_WEAKPTR=0.
When later attempting to replicate this object, checks/ensures will be hit in places such as UNetDriver::FindOrCreateRepChangedPropertyTracker and FNetPropertyConditionManager::FindOrCreatePropertyTracker due to the object being unresolvable, and in FRepLayout::ReplicateProperties, the RepState will be null.
error message when install in U.E 5.3 - IS-IN-FCO2-82
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
How to achieve HLSL Multiple Render Target in Material blueprints?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Why is the ProceduralMeshComponent not drawing a face?
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-185346 in the post.
1 |
Component | UE - Networking |
---|---|
Affects Versions | 5.2 |
Target Fix | 5.6 |
Created | May 8, 2023 |
---|---|
Updated | Oct 25, 2024 |