UDemoNetDriver::InitListen

Initialize the network driver in server mode (listener)

Windows
MacOS
Linux

Override Hierarchy

UNetDriver::InitListen()

UDemoNetDriver::InitListen()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h

Include

#include "Engine/DemoNetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp

Syntax

virtual bool InitListen
(
    FNetworkNotify * InNotify,
    FURL & ListenURL,
    bool bReuseAddressAndPort,
    FString & Error
)

Remarks

Initialize the network driver in server mode (listener)

Returns

true if successful, false otherwise (check Error parameter)

Parameters

Parameter

Description

InNotify

notification object to associate with the net driver

ListenURL

the connection URL for this listener

bReuseAddressAndPort

whether to allow multiple sockets to be bound to the same address/port

Error

out param with any error messages generated

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