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