Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AActor
Description
Forces dormant actor to replicate but doesn't change NetDormancy state (i.e., they will go dormant again if left dormant)
Removes the actor from the NetDriver's dormancy list: forcing at least one more update.
| Name | FlushNetDormancy |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Actor.cpp |
UFUNCTION (BlueprintAuthorityOnly, BlueprintCallable, Category="Networking")
void FlushNetDormancy()