ISocketSubsystem::IsRecvFromWithPktInfoSupported

Returns true if [FSocket::RecvFromWithPktInfo](API\Runtime\Sockets\FSocket\RecvFromWithPktInfo) is supported by this socket subsystem.

Choose your operating system:

Windows

macOS

Linux

References

Module

Sockets

Header

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

Include

#include "SocketSubsystem.h"

Source

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

Syntax

virtual bool IsRecvFromWithPktInfoSupported() const

Remarks

Returns true if FSocket::RecvFromWithPktInfo is supported by this socket subsystem.