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 > FindReplicator
&40;
AActor &42; DormantActor,
UObject &42; ReplicatedObject
&41;
Remarks
Return the objector replicator for the given replicated object . 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 |