UClientUnitTest::NotifyControlMessage

Override this, to receive notification of all other non-NMT_NUTControl control messages

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h

Include

#include "ClientUnitTest.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp

Syntax

virtual void NotifyControlMessage
(
    FInBunch & Bunch,
    uint8 MessageType
)

Remarks

Override this, to receive notification of all other non-NMT_NUTControl control messages

Parameters

Parameter

Description

Bunch

The bunch containing the control message

MessageType

The control message type

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