FPacketTimestamp

Stores a platform-specific timestamp for a packet.

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/SocketTypes.h

Include

#include "SocketTypes.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