Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include | #include "Sockets.h" |
| Source | /Engine/Source/Runtime/Sockets/Private/Sockets.cpp |
virtual bool SetRetrieveTimestamp
(
bool bRetrieveTimestamp
)
Remarks
Sets whether to retrieve the system-level receive timestamp, for sockets True if the call succeeded, false otherwise.
Parameters
| Name | Description |
|---|---|
| bRetrieveTimestamp | Whether to retrieve the timestamp upon receive |