ISocketSubsystem::GetSocketError

Returns a human readable string from an error code

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

const TCHAR * GetSocketError
(
    ESocketErrors Code
)

Remarks

Returns a human readable string from an error code

Parameters

Parameter

Description

Code

the error code to check

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