UNetDriver::InternalCreateChannelByName

Subclasses may override this to customize channel creation.

Windows
MacOS
Linux

Override Hierarchy

UNetDriver::InternalCreateChannelByName()

UDemoNetDriver::InternalCreateChannelByName()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h

Include

#include "Engine/NetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkDriver.cpp

Syntax

virtual UChannel * InternalCreateChannelByName
(
    const FName & ChName
)

Remarks

Subclasses may override this to customize channel creation. Called by GetOrCreateChannel if the pool is exhausted and a new channel must be allocated.

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