Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FNetControlMessage_3
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Net/DataChannel.h |
Include | #include "Net/DataChannel.h" |
template<typename... ParamTypes>
static void Send
(
UNetConnection * Conn,
ParamTypes &... Params
)
Remarks
- Sends a message of this type on the specified connection's control channel *
-
const not used only because of the FArchive interface; the parameters are not modified