FDTLSHandlerComponent::GetReservedPacketBits

Returns the amount of reserved packet/protocol bits expected from this component.

Windows
MacOS
Linux

Override Hierarchy

HandlerComponent::GetReservedPacketBits()

FDTLSHandlerComponent::GetReservedPacketBits()

References

Module

DTLSHandlerComponent

Header

/Engine/Plugins/Runtime/PacketHandlers/DTLSHandlerComponent/Source/Public/DTLSHandlerComponent.h

Include

#include "DTLSHandlerComponent.h"

Source

/Engine/Plugins/Runtime/PacketHandlers/DTLSHandlerComponent/Source/Private/DTLSHandlerComponent.cpp

Syntax

virtual int32 GetReservedPacketBits() const

Remarks

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.

Returns

The worst-case reserved packet bits for the component

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss