Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Flushes actor from NetDriver's dormancy list, but does not change any state on the Actor itself
UNetDriver::FlushActorDormancy(AActor* Actor) Flushes the actor from the NetDriver's dormant list and/or cancels pending dormancy on the actor channel.
This does not change the Actor's actual NetDormant state. If a dormant actor is Flushed, it will net update at least one more time, and then go back to dormant.
| Name | FlushActorDormancy |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetDriver.cpp |
void FlushActorDormancy
(
AActor * Actor,
bool bWasDormInitial
)