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 |
bool RemoveStoredReplicator
&40;
AActor &42; DormantActor,
FObjectKey ReplicatedObjectKey
&41;
Remarks
Remove our reference to the object replicator tied to the given replicated object Return true if we did find the replicated object and removed it
Parameters
| Name | Description |
|---|---|
| DormantActor | The dormant actor that owns the replicated object |
| ReplicatedObjectKey | The object key to a replicated object that may have stored it's object replicator here |