ETimestampTranslation

Specifies how a platform specific timestamp (in this case, a packet timestamp) should be translated

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss