![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PacketView.h>
Public Member Functions | |
| FPacketBufferView (uint8 *InData, int32 MaxBufferSize) | |
Public Attributes | |
| const TArrayView< uint8 > | Buffer |
Represents a view of a buffer for storing packets. Buffer contents may be modified, but the allocation can not be resized. Should only be stored as a local variable within functions that handle received packets.
| const TArrayView<uint8> FPacketBufferView::Buffer |