FPacketTimestamp

Stores a platform-specific timestamp for a packet.

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).

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