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 ClearFlushedObjectsForActor
(
AActor * Actor
)
Remarks
Clear stored flushed replicated sub-objects for a given actor, generally after replication or when the actor is destroyed
Parameters
| Name | Description |
|---|---|
| Actor | The actor to clear the flushed object data for |