ISocketSubsystem::Init

Does per platform initialization of the sockets library

Windows
MacOS
Linux

Override Hierarchy

ISocketSubsystem::Init()

FSteamSocketsSubsystem::Init()

References

Module

Sockets

Header

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

Include

#include "SocketSubsystem.h"

Syntax

bool Init
(
    FString & Error
)

Remarks

Does per platform initialization of the sockets library

Returns

true if initialized ok, false otherwise

Parameters

Parameter

Description

Error

a string that is filled with error information

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