Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
Description
Releases the underlying socket implementation for use with native APIs. The user of this class must know the underlying implementation details in order to cast the return value properly. If this function succeeds, the FSocket instance no longer controls the connection (it will not Close()).
| Name | ReleaseNativeSocket |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include Path | #include "Sockets.h" |
virtual UPTRINT ReleaseNativeSocket()
a non-zero value upon success, or zero if not implemented/failure to release ownership.