UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPacketBufferView Struct Reference

#include <PacketView.h>

Public Member Functions

 FPacketBufferView (uint8 *InData, int32 MaxBufferSize)
 

Public Attributes

const TArrayView< uint8Buffer
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FPacketBufferView()

FPacketBufferView::FPacketBufferView ( uint8 InData,
int32  MaxBufferSize 
)
inline

Member Data Documentation

◆ Buffer

const TArrayView<uint8> FPacketBufferView::Buffer

View of the packet buffer, with Num() representing allocated size. Internal buffer data can be modified, but not view/size.


The documentation for this struct was generated from the following file: