Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/ISocketSubsystem
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
| Include | #include "SocketSubsystem.h" |
| Source | /Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp |
virtual double TranslatePacketTimestamp
&40;
const FPacketTimestamp & Timestamp,
ETimestampTranslation Translation
&41;
Remarks
Converts a platform packet timestamp, into a local timestamp, or into a time delta etc. Returns the translated timestamp or delta
Parameters
| Name | Description |
|---|---|
| Timestamp | The timestamp to translate |
| Translation | The type of translation to perform on the timestamp (time delta is usually faster than local timestamp) |