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

Public Member Functions

void HostToNetwork ()
 
void NetworkToHost ()
 
bool Validate (uint16 ExpectedId, uint16 ExpectedSequenceNum) const
 

Static Public Member Functions

static FUdpPingPacket Create (uint16 Id, uint16 SequenceNum)
 

Public Attributes

FUdpPingHeader Header
 
FUdpPingBody Body
 

Member Function Documentation

◆ Create()

FUdpPingPacket UDPPing::FUdpPingPacket::Create ( uint16  Id,
uint16  SequenceNum 
)
static

◆ HostToNetwork()

void UDPPing::FUdpPingPacket::HostToNetwork ( )

◆ NetworkToHost()

void UDPPing::FUdpPingPacket::NetworkToHost ( )

◆ Validate()

bool UDPPing::FUdpPingPacket::Validate ( uint16  ExpectedId,
uint16  ExpectedSequenceNum 
) const

Member Data Documentation

◆ Body

FUdpPingBody UDPPing::FUdpPingPacket::Body

◆ Header

FUdpPingHeader UDPPing::FUdpPingPacket::Header

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