Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Sockets/Public/SocketTypes.h |
Include |
#include "SocketTypes.h" |
bool GetPacketTimestamp
(
int32 PacketIdx,
FPacketTimestamp & OutTimestamp
) const
Returns the platform specific timestamp for when the specified packet was received by the operating system
Whether or not the timestamp was retrieved successfully
Parameter |
Description |
---|---|
PacketIdx |
The index into Packets, of the packet to be checked |
OutTimestamp |
The timestamp for the specified packet |