Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/DataChannel.h |
| Include | #include "Net/DataChannel.h" |
Syntax
template<>
class FNetControlMessage< 16 >
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Throws away a message of this type from the passed in bunch | ||
| uint8 | Initialize () |
||
| bool | Receives a message of this type from the passed in bunch | ||
| void | Send
(
UNetConnection* Conn, |
Sends a message of this type on the specified connection's control channel \ * |