Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
Description
Used to allow connections to ignore the bunch size limitation applied before splitting into partial bunch packets, or when receiving partial bunches to reassemble.
!!!WARNING!!! This is a security risk as the connection will accept much larger bunches before hitting the reliable buffer limit, or the array/string serialization limit.
| Name | IsUnlimitedBunchSizeAllowed |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
bool IsUnlimitedBunchSizeAllowed() const