Navigation
API > API/Runtime > API/Runtime/Sockets
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/SocketTypes.h |
| Include | #include "SocketTypes.h" |
Syntax
enum ETimestampTranslation
{
LocalTimestamp,
TimeDelta,
}
Values
| Name | Description |
|---|---|
| LocalTimestamp | Translates the timestamp into a local timestamp, comparable (with accuracy caveats) to other local timestamps. |
| TimeDelta | The delta between present platform time vs timestamp - faster than local translation, less accuracy caveats. |
Remarks
Specifies how a platform specific timestamp (in this case, a packet timestamp) should be translated