UNetDriver::GetOrCreateChannelByName

Creates a new channel of the specified type name.

Windows
MacOS
Linux

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

UChannel * GetOrCreateChannelByName
(
    const FName & ChName
)

Remarks

Creates a new channel of the specified type name. If the type is pooled, it will return a pre-created channel

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