FSocket::SetRetrieveTimestamp

Sets whether to retrieve the system-level receive timestamp, for sockets

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/Sockets.h

Include

#include "Sockets.h"

Source

/Engine/Source/Runtime/Sockets/Private/Sockets.cpp

Syntax

virtual bool SetRetrieveTimestamp
(
    bool bRetrieveTimestamp
)

Remarks

Sets whether to retrieve the system-level receive timestamp, for sockets

Returns

True if the call succeeded, false otherwise.

Parameters

Parameter

Description

bRetrieveTimestamp

Whether to retrieve the timestamp upon receive

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