Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Used by UNetConnection after receiving a packet to determine whether to send an ack packet on the next connection flush regardless of whether there's any other data to send. Set via the config property bSendImmediateAcks.
| Name | IsSendingImmediateAcks |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
bool IsSendingImmediateAcks() const