UClientUnitTest::NotifyNUTControl

Override this, to receive notification of NMT_NUTControl messages, from the server

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "ClientUnitTest.h"

Syntax

virtual void NotifyNUTControl
(
    ENUTControlCommand CmdType,
    FString Command
)

Remarks

Override this, to receive notification of NMT_NUTControl messages, from the server

Parameters

Parameter

Description

CmdType

The command type

Command

The command being received

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