FNetControlMessage< 21 >::Send

Sends a message of this type on the specified connection's control channel \ @note const not used only because of the [FArchive](API\Runtime\Core\Serialization\FArchive) interface; the parameters are not modified \

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/DataChannel.h

Include

#include "Net/DataChannel.h"

Syntax

template<typename... ParamTypes>
static void Send
(
    UNetConnection * Conn,
    ParamTypes &... Params
)

Remarks

Sends a message of this type on the specified connection's control channel \ @note const not used only because of the FArchive interface; the parameters are not modified \

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss