Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDemoNetDriver
Description
Subclasses may override this to customize channel creation. Called by GetOrCreateChannel if the pool is exhausted and a new channel must be allocated.
Virtual Inheritance
- UNetDriver::InternalCreateChannelByName → UDemoNetDriver::InternalCreateChannelByName
| Name | InternalCreateChannelByName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h |
| Include Path | #include "Engine/DemoNetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp |
virtual UChannel * InternalCreateChannelByName
(
const FName & ChName
)