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 |
TSharedPtr< FObjectReplicator > FindAndRemoveReplicator
&40;
AActor &42; DormantActor,
UObject &42; ReplicatedObject
&41;
Remarks
Return the object replicator for the given replicated object but also remove the reference to that object replicator. The object replicator of the replicated object if we were holding one. Otherwise an invalid pointer
Parameters
| Name | Description |
|---|---|
| DormantActor | The dormant actor that owns the replicated object |
| ReplicatedObject | The object that was replicated and for whom we want it's FObjectReplicator. |