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 SetIpPktInfo
(
bool bEnable
)
Remarks
Sets whether to enable IP_PKTINFO support True if the call succeeded, false otherwise.
Parameters
| Name | Description |
|---|---|
| bEnable | Whether to enable/disable |