Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UChannel
Description
UChannel interface. Initialize this channel for the given connection and index.
Derived Overrides
| Name | Init |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Channel.h |
| Include Path | #include "Engine/Channel.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DataChannel.cpp |
virtual void Init
(
UNetConnection * InConnection,
int32 InChIndex,
EChannelCreateFlags CreateFlags
)