UClientUnitTest::SendNUTControl

Utility functions for use by subclasses Sends an NMT_NUTControl control channel message, for the server NUTActor.

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

bool SendNUTControl
(
    ENUTControlCommand CommandType,
    FString Command
)

Remarks

Utility functions for use by subclasses Sends an NMT_NUTControl control channel message, for the server NUTActor. See NUTActor.h

Returns

Whether or not the command was sent successfully.

Parameters

Parameter

Description

CommandType

The type of NUTActor control channel command being sent.

Command

The command parameters.

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