FNetControlMessage< 26 >

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Net/DataChannel.h"

Syntax

template<>
class FNetControlMessage< 26 >

Functions

Name Description

Public function Static

void

 

Discard

(
    FInBunch& Bunch
)

Throws away a message of this type from the passed in bunch

Public function Static

uint8

 

Initialize()

Public function Static

bool

 

Receive

(
    FInBunch& Bunch,
    ParamTypes&... Params
)

Receives a message of this type from the passed in bunch

Public function Static

void

 

Send

(
    UNetConnection* Conn,
    ParamTypes&... Params
)

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