FPacketTimestamp

Stores a platform-specific timestamp for a packet.

Choose your operating system:

Windows

macOS

Linux

References

Module

NetCommon

Header

/Engine/Source/Runtime/Net/Common/Public/Net/Common/Packets/PacketView.h

Include

#include "Net/Common/Packets/PacketView.h"

Syntax

struct FPacketTimestamp

Remarks

Stores a platform-specific timestamp for a packet. Can be translated for local use by ISocketSubsystem::TranslatePacketTimestamp.

Variables

Name Description

Public variable

FTimespan

 

Timestamp

The internal platform specific timestamp (does NOT correspond to FPlatformTime::Seconds, may use a different clock source).