Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FDormantReplicatorHolder
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/NetDormantHolder.h |
| Include | #include "Net/NetDormantHolder.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/NetDormantHolder.cpp |
void CleanupStaleObjects
&40;
FNetworkObjectList & NetworkObjectList,
UObject &42; ReferenceOwner
&41;
Remarks
Iterate over all the stored object replicators and destroy any that are tied to a replicated object that is now considered invalid. This version will decrement the subobject references stored in the networkobject list too.
Parameters
| Name | Description |
|---|---|
| FNetworkObjectList | The netdriver's network object list |
| ReferenceOwner | The connection owner that is storing those dormant objects |