FNetworkNotify::NotifyControlMessage

Handler for messages sent through a remote connection's control channel not required to handle the message, but if it reads any data from Bunch, it MUST read the ENTIRE data stream for that message (i.e. use FNetControlMessage::Receive())

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetworkDelegates.h

Include

#include "Engine/NetworkDelegates.h"

Syntax

virtual void NotifyControlMessage
(
    UNetConnection * Connection,
    uint8 MessageType,
    class FInBunch & Bunch
)

Remarks

Handler for messages sent through a remote connection's control channel not required to handle the message, but if it reads any data from Bunch, it MUST read the ENTIRE data stream for that message (i.e. use FNetControlMessage::Receive())