Navigation
API > API/Runtime > API/Runtime/NetCommon > API/Runtime/NetCommon/Net > API/Runtime/NetCommon/Net/Common > API/Runtime/NetCommon/Net/Common/Packets
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
| Type | Name | Description | |
|---|---|---|---|
| FTimespan | Timestamp | The internal platform specific timestamp (does NOT correspond to FPlatformTime::Seconds, may use a different clock source). |