Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UClientUnitTest
Description
Utility functions for use by subclasses Sends an NMT_NUTControl control channel message, for the server NUTActor. See NUTActor.h
| Name | SendNUTControl |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h |
| Include Path | #include "ClientUnitTest.h" |
| Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp |
bool SendNUTControl
(
ENUTControlCommand CommandType,
FString Command
)
Whether or not the command was sent successfully.
Parameters
| Name | Remarks |
|---|---|
| CommandType | The type of NUTActor control channel command being sent. |
| Command | The command parameters. |