Navigation
API > API/Runtime > API/Runtime/PacketHandler > API/Runtime/PacketHandler/HandlerComponent
Description
Returns the amount of reserved packet/protocol bits expected from this component.
IMPORTANT: This MUST be accurate, and should represent the worst-case number of reserved bits expected from the component. If this is inaccurate, packets will randomly fail to send, in rare cases which are extremely hard to trace.
| Name | GetReservedPacketBits |
| Type | function |
| Header File | /Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h |
| Include Path | #include "PacketHandler.h" |
int32 GetReservedPacketBits() const
The worst-case reserved packet bits for the component