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 |
UE::Net::FDormantObjectMap & FindOrAddFlushedObjectsForActor
&40;
AActor &42; Actor
&41;
Remarks
Retrieve stored set of replicated sub-objects of the given actor at the time of the last dormancy flush This data is cleared when the actor is processed by ReplicateActor A map of network guids to weak object pointers
Parameters
| Name | Description |
|---|---|
| Actor | The actor to retrieve the object map for |