FSteamSocketsSubsystem::Init

Does per platform initialization of the sockets library

Windows
MacOS
Linux

Override Hierarchy

ISocketSubsystem::Init()

FSteamSocketsSubsystem::Init()

References

Module

SteamSockets

Header

/Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Public/SteamSocketsSubsystem.h

Include

#include "SteamSocketsSubsystem.h"

Source

/Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Private/SteamSocketsSubsystem.cpp

Syntax

virtual 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