Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
Description
Sets whether or not we should ignore bunches for a specific set of NetGUIDs. Should only be used with InternalAck.
| Name | SetIgnoreActorBunches |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetConnection.cpp |
void SetIgnoreActorBunches
(
bool bInIgnoreActorBunches,
TSet< FNetworkGUID > && InIgnoredBunchGuids
)